[Clfs-dev] eglibc headers build

Bryan Stillwell bryan at bokeoa.com
Tue Aug 10 18:22:45 PDT 2010


While attempting the instructions for building the eglibc headers for
alpha, I noticed that the configure command has the host and target
swapped:

CC=gcc ../eglibc-2.12/configure --prefix=/tools \
   --host=${CLFS_TARGET} --build=${CLFS_HOST} \
   --disable-sanity-checks --enable-kernel=2.6.0 \
   --with-headers=/tools/include --cache-file=config.cache \
   --with-binutils=/cross-tools/${CLFS_TARGET}/bin

That second line should be:

   --host=${CLFS_HOST} --build=${CLFS_TARGET} \


Here's the page where I found the problem:

http://cross-lfs.org/view/svn/alpha/cross-tools/eglibc-headers.html


Bryan



More information about the Clfs-dev mailing list