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


On 01/18/10 01:28, ClÃment Foucher wrote:
I used CFLAGS = '-02 -g'


hmm.. I was getting an error with glibc, until I defined
my processor i.g.:
http://gcc.gnu.org/onlinedocs/gcc/i386-and-x86_002d64-Options.html

over here I used:
CFLAGS= -m64 -mtune=core2 -march=core2
for an macbook/iMac(intel)
(pure64 system).

Justin P. Mattock


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