aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@act-europe.fr>2003-05-09 21:06:56 +0200
committerRichard Kenner <kenner@gcc.gnu.org>2003-05-09 15:06:56 -0400
commitb3dd7e32bf9c4019eea63b10ff2c833f4108a5d4 (patch)
treeb2cbc5e6e1ff4d65172ce04c1476598c0af4fce0 /gcc/config.gcc
parentf8a30250165a6dc9ac3e323cdf0859f13b4b69d8 (diff)
downloadgcc-b3dd7e32bf9c4019eea63b10ff2c833f4108a5d4.zip
gcc-b3dd7e32bf9c4019eea63b10ff2c833f4108a5d4.tar.gz
gcc-b3dd7e32bf9c4019eea63b10ff2c833f4108a5d4.tar.bz2
vxxscale.h, [...]: New files.
* config/arm/vxxscale.h, config/arm/vxxscale-coff.h: New files. * config/arm/vxxscale-elf.h, config/arm/t-vxxscale-elf: Likewise. * config.gcc (xscale-coff-vxworks, xscale-wrs-vxworks): New new cases. * fixinc/fixinc.copy: New file. * fixinc/mkfixinc.sh (*-vxworks*): New case, using above. From-SVN: r66639
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b168c7c..2b3b434 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2622,6 +2622,19 @@ xscale-*-coff)
md_file=arm/arm.md
extra_modes=arm/arm-modes.def
;;
+xscale-coff-vxworks)
+ tm_file="arm/semi.h arm/aout.h arm/coff.h arm/arm.h"
+ tm_file="${tm_file} arm/vxxscale.h arm/vxxscale-coff.h"
+ tmake_file=arm/t-xscale-coff
+ thread_file='vxworks'
+ use_collect2=no
+ ;;
+xscale-wrs-vxworks)
+ tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h"
+ tm_file="${tm_file} arm/arm.h arm/vxxscale.h arm/vxxscale-elf.h"
+ tmake_file=arm/t-vxxscale-elf
+ thread_file='vxworks'
+ ;;
xstormy16-*-elf)
# For historical reasons, the target files omit the 'x'.
tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"