aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2007-07-04 10:07:21 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-07-04 10:07:21 +0000
commitc447f77406d36aa217d52214c00e11437f3751b9 (patch)
tree10da92654ce52fdbb8b9dfd049e91539bb014529 /gcc/config.gcc
parentf8827b1fff2ab6ad1cbc30b4ee10128f7b17d09b (diff)
downloadgcc-c447f77406d36aa217d52214c00e11437f3751b9.zip
gcc-c447f77406d36aa217d52214c00e11437f3751b9.tar.gz
gcc-c447f77406d36aa217d52214c00e11437f3751b9.tar.bz2
config.gcc (arm-wrs-vxworks): Don't include svr4.h.
gcc/ * config.gcc (arm-wrs-vxworks): Don't include svr4.h. * config/vxworks.h (PTRDIFF_TYPE, SIZE_TYPE, TARGET_POSIX_IO): Define. * config/arm/vxworks.h (ASM_SPEC): Delete. (SUBTARGET_EXTRA_ASM_SPEC): Define. From-SVN: r126310
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 66c3dd9..38ba1df 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -700,7 +700,7 @@ arm-semi-aof | armel-semi-aof)
tmake_file="arm/t-arm arm/t-semi"
;;
arm-wrs-vxworks)
- tm_file="elfos.h svr4.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
+ tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
;;
arm*-*-freebsd*|strongarm*-*-freebsd*)