This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: current glibc vs debian sid


Ulrich,
    On the ppclinux box running RH 8.0 based rpms, I am using...

GCC=gcc CFLAGS="-g -O3" ../configure --prefix=/usr --enable-add-ons=yes --without-cvs --enable-kernel=2.2.5 --without-tls powerpc-redhat-linux

and 

make -j1 -r CFLAGS="-g -O3" PARALLELMFLAGS=-s

to do the build which has worked fine for ages. As for why the stuff in 
sysdeps/powerpc/soft-fp is getting built...I find that after doing the
configure above I have...

completely-soft = 

in config.make. However I also have a config-sysdirs with an entry for
sysdeps/powerpc/soft-fp in its directory list. This seems to drag in
soft-fp into all the sysd* files created causing sysdeps/powerpc/soft-fp
to get built.
                     Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]