This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15951] New: m68k-*-elf doesn't allow --with-cpu= in the configure script
- From: "jivera at flame dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2004 09:42:54 -0000
- Subject: [Bug target/15951] New: m68k-*-elf doesn't allow --with-cpu= in the configure script
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ ../combined/configure --target=m68k-elf --prefix=`pwd`/../install
--with-newlib --with-gnu-as --with-gnu-ld --enable-languages=c
--disable-multilib --with-cpu=cpu32
[ omitted ]
$ make
[ omitted ]
This target does not support --with-cpu.
make: *** [configure-gcc] Error 1
I noticed m68k-*-linux has with-cpu support, would it be difficult to allow it
for m68k-*-elf too?
--
Summary: m68k-*-elf doesn't allow --with-cpu= in the configure
script
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jivera at flame dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: m68k-unknown-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15951