mirror of git://gcc.gnu.org/git/gcc.git
config.gcc: Do not use fixproto on m68k-elf.
2005-11-29 Paul Brook <paul@codesourcery.com> * config.gcc: Do not use fixproto on m68k-elf. From-SVN: r107644
This commit is contained in:
parent
a28b2ac662
commit
0cb5c97cbd
|
|
@ -1,3 +1,7 @@
|
|||
2005-11-29 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config.gcc: Do not use fixproto on m68k-elf.
|
||||
|
||||
2005-11-28 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* expmed.c (div_cost): Replace with...
|
||||
|
|
|
|||
|
|
@ -1382,7 +1382,6 @@ m68020-*-elf* | m68k-*-elf*)
|
|||
tm_defines="MOTOROLA USE_GAS"
|
||||
tmake_file=m68k/t-m68kelf
|
||||
extra_parts="crtbegin.o crtend.o"
|
||||
use_fixproto=yes
|
||||
;;
|
||||
m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue