Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133856 | Differences between
and this patch

Collapse All | Expand All

(-)configure.old (-2 / +2 lines)
Lines 129-136 Link Here
129
#
129
#
130
# 0. Figure out architecture (one of i386, alpha, sparc, arm, m68k, mips)
130
# 0. Figure out architecture (one of i386, alpha, sparc, arm, m68k, mips)
131
#
131
#
132
ARCH=`uname -m | sed s/i.86/i386/`
132
ARCH=`$CC -dumpmachine | awk -F- '{print $1}'`
133
echo "ARCH=$ARCH" >> make_include
133
echo "ARCH=${ARCH/i?86/i386}" >> make_include
134
134
135
#
135
#
136
# 1. Do we have <locale.h>?
136
# 1. Do we have <locale.h>?

Return to bug 133856