* config.gcc (arm*-*-uclinux*): Disable fixproto.
From-SVN: r71865
This commit is contained in:
parent
1e43319cd2
commit
75e52d96b8
@ -1,5 +1,6 @@
|
||||
2003-09-27 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* config.gcc (arm*-*-uclinux*): Disable fixproto.
|
||||
* config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
|
||||
powerpc-*-eabialtivec*): Disable fixproto.
|
||||
|
||||
|
@ -639,6 +639,7 @@ arm*-*-linux*) # ARM GNU/Linux with ELF
|
||||
arm*-*-uclinux*) # ARM ucLinux
|
||||
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h"
|
||||
tmake_file=arm/t-arm-elf
|
||||
use_fixproto=no
|
||||
;;
|
||||
arm*-*-ecos-elf)
|
||||
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
|
||||
|
Loading…
Reference in New Issue
Block a user