Hello,

I've seen an error into all eglibc configure scripts in all platforms
      .
In command, you say us to write (example chapter 10.7 EglibC-2.15 Version 
GIT-20120229-x86) :
CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
    -mtune=generic -g -O2" ../eglibc-2.15/configure --prefix=/usr \
    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    --libexecdir=/usr/lib/eglibc

But the folder name is eglibc-2_15. The right configure command should be

CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
    -mtune=generic -g -O2" ../eglibc-2_15/configure --prefix=/usr \
    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    --libexecdir=/usr/lib/eglibc

It is not critical, but more convenient to copy/paste or scripting if we are 
not careful.

Regards,
Tony
                                          
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to