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: -mppc question


On Wed, Oct 15, 2003 at 03:43:57PM -0400, Aldy Hernandez wrote:
> Hi folks!
> 
> >From sysdeps/powerpc/powerpc32/Makefile:
> 
>      +cflags += -Wa,-mppc -mpowerpc
>      asm-CPPFLAGS += -Wa,-mppc
> 
> is there a reason we send these switches (particularly -mppc), when
> GCC defaults to sending -mppc?

Get rid of them.  powerpc-linux-as defaults to -mppc, and
powerpc-linux-gcc defaults to -mpowerpc.  If you're somehow using the
wrong assembler then no amount of tweaking flags here will correct all
possible values of "wrong assembler".

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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