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
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org