This is the mail archive of the libc-help@sourceware.org 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: Bug while cross compiling for powerpc


looking at:
http://en.gentoo-wiki.com/wiki/Safe_Cflags/PowerPC
shows some options, but 440 is not there.
looking at:
http://gcc.gnu.org/onlinedocs/gcc/RS_002f6000-and-PowerPC-Options.html
and doing a quick search leads me to do something like this:
CFLAGS= "-mcpu=440 -mpowerpc64 -O2 -pipe" CXXFLAGS="${CFLAGS}" ../glibc/configure --prefix=/****


hope this helps.

Justin P. Mattock


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