This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [m68k] Restore some original predefines and cleanup m68k targetflags
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Bernardo Innocenti <bernie at develer dot com>
- Cc: Andreas Schwab <schwab at suse dot de>, Gunther Nikl <gni at gecko dot de>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Ben Elliston <bje at wasabisystems dot com>
- Date: Fri, 19 Sep 2003 23:20:38 -0400 (EDT)
- Subject: Re: [m68k] Restore some original predefines and cleanup m68k targetflags
On Fri, 19 Sep 2003, Bernardo Innocenti wrote:
> I also have to make additional aliases for the installed
> binutils programs, which are still prefixed with 'm68k-elf-',
> otherwise m68k-linux-uclibc-gcc won't be finding them.
It's been pointed out before that it is
CPU-VENDOR-OS or CPU-VENDOR-KERNEL-OS
(m68k-linux-uclibc-gcc is flat wrong)
thus m68k-unknown-linux or m68k-unknown-linux-uclibc.
Still, I *do* recommend
m68k-unknown-uclinux or preferrably m68k-unknown-uclinux-uclibc
for the reasons pointed out in the thread ending(?) at
<URL:http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01191.html>.
If you want authority, listen to Ben Elliston, CC:ed; he's the
config.{guess,sub} maintainer.
brgds, H-P