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


Thank you for your help, but I see that the options are for x86/x86-64.
Since I'm using a PowerPC, it won't help. But using this link, I found the following page:
http://gcc.gnu.org/onlinedocs/gcc/RS_002f6000-and-PowerPC-Options.html
and I will take a closer look to it, maybe it will help.


Thank you.

ClÃment Foucher


-------------------------------------------------- From: "Justin P. Mattock" <justinmattock@gmail.com> Sent: Monday, January 18, 2010 10:47 AM To: "ClÃment Foucher" <Clement.FOUCHER@unice.fr> Cc: "Ryan Arnold" <ryan.arnold@gmail.com>; <libc-help@sourceware.org> Subject: 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]