This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15951] m68k-*-elf doesn't allow --with-cpu= in the configure script
- From: "bje at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2008 03:22:55 -0000
- Subject: [Bug target/15951] m68k-*-elf doesn't allow --with-cpu= in the configure script
- References: <bug-15951-7184@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from bje at gcc dot gnu dot org 2008-01-22 03:22 -------
This now works on mailine:
./xgcc -B. -v foo.c
Reading specs from ./specs
Target: m68k-elf
Configured with: /home/bje/source/gcc-trunk/configure --target=m68k-elf
--enable-languages=c --disable-mutilib --with-cpu=cpu32
[...]
./cc1 -quiet -v -iprefix /scratch/bje/m68k/gcc/../lib/gcc/m68k-elf/4.3.0/
-isystem ./include -isystem ./include-fixed foo.c -quiet -dumpbase foo.c
-mcpu=cpu32 -auxbase foo -version -o /tmp/cczoPnzM.s
I propose that since it is highly unlikely to ever be fixed in 3.4, that we
close this bug. OK?
--
bje at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15951