This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH ARM] Recognize canonical CPU names


On Wednesday 01 September 2004 15:38, Richard Earnshaw wrote:
> > This breaks --with-cpu=arm1136jf-s for me:
> >
> > $ ./xgcc -B. test.c  -S -v
> > Reading specs from ./specs
> > Configured with: ../gcc/configure --target=arm-none-elf --with-newlib
> > --prefix=/home/paul/arm --enable-serial-configure --with-fpu=fpa
> > --with-float=soft
> > --with-gcc-version-trigger=/home/paul/arm/gcc/gcc/gcc/version.c
> > --enable-languages=c --with-cpu=arm1136jf-s
> > Thread model: single
> > gcc version 3.5.0 20040901 (experimental)
> >  ./cc1 -quiet -v
> > -iprefix /home/paul/arm/gcc-head/obj/gcc/../lib/gcc/arm-none-elf/3.5.0/
> > -isystem ./include -D__USES_INITFINI__ test.c -quiet -dumpbase test.c
> > -mcpu=arm1136jfs -mfloat-abi=soft -mfpu=fpa -auxbase test -version -o
> > test.s
>
> Where's that -mcpu=arm1136jfs coming from?  It needs to be
> -mcpu=arm1136jf-s now.

It's coming from OPTION_DEFAULT_SPECS

Paul


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