mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:20:29 +08:00
t-rtems: New.
2004-11-23 Ralf Corsepius <ralf.corsepius@rtems.org> * config/arm/t-rtems: New. * config.gcc: Reflect having added arm/t-rtems. From-SVN: r91076
This commit is contained in:
parent
a100ac1e28
commit
70d6418981
@ -1,3 +1,8 @@
|
||||
2004-11-23 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* config/arm/t-rtems: New.
|
||||
* config.gcc: Reflect having added arm/t-rtems.
|
||||
|
||||
2004-11-23 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-cfg.c (tree_execute_on_growing_pred): New.
|
||||
|
@ -675,7 +675,7 @@ arm*-*-eabi* | arm*-*-symbianelf* )
|
||||
;;
|
||||
arm*-*-rtems*)
|
||||
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h"
|
||||
tmake_file="arm/t-arm arm/t-arm-elf t-rtems"
|
||||
tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems"
|
||||
;;
|
||||
arm*-*-elf | ep9312-*-elf)
|
||||
tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
|
||||
|
10
gcc/config/arm/t-rtems
Normal file
10
gcc/config/arm/t-rtems
Normal file
@ -0,0 +1,10 @@
|
||||
# Custom rtems multilibs
|
||||
|
||||
MULTILIB_OPTIONS = marm/mthumb
|
||||
MULTILIB_DIRNAMES = arm thumb
|
||||
MULTILIB_EXCEPTIONS =
|
||||
MULTILIB_MATCHES = marm=mno-thumb
|
||||
|
||||
MULTILIB_OPTIONS += msoft-float/mhard-float
|
||||
MULTILIB_DIRNAMES += soft fpu
|
||||
MULTILIB_EXCEPTIONS += *mthumb/*mhard-float*
|
Loading…
x
Reference in New Issue
Block a user