5 # Since we are taking Linux glibc as a starting point we need the
6 # Linux kernel headers. In the long term we will need Linux's errno
7 # numbers, but probably nothing more.
10 cp -a /usr
/include
/asm
/usr
/include
/asm-generic
/usr
/include
/linux \
13 if ! which nacl-gcc
>/dev
/null
; then
14 echo Error
: nacl-gcc not found on PATH
20 PREFIX
=$
(cd ..
&& pwd)/install
22 ..
/configure
--prefix=$PREFIX --host=i486-linux-gnu \
23 CC
="`which nacl-gcc` -L`pwd`/../ld" \
24 CFLAGS
="-march=i486 -pipe -fstrict-aliasing -O2 -g -mno-tls-direct-seg-refs" \
25 --with-headers=`pwd`/..
/kernel-headers
--enable-kernel=2.2.0