summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-26 16:04:07 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1999-03-26 16:04:07 +0000
commita18327297f88358aa33ab66d6f8a54a993a861f1 (patch)
tree02c87ff8c20f868c82889eccd16d8212e4b5dae3 /gcc/configure
parent8e158ba2fe790bd6cd1676362afff9e4a4b45047 (diff)
downloadgcc-a18327297f88358aa33ab66d6f8a54a993a861f1.tar.gz
Just include arm/vxarm.h for arm-vxworks target
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26001 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index d923cc9b01e..e348c33c763 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -3036,7 +3036,7 @@ for machine in $build $host $target; do
tmake_file=arm/t-bare
;;
arm-*-vxworks*)
- tm_file="arm/coff.h arm/vxarm.h"
+ tm_file=arm/vxarm.h
tmake_file=arm/t-bare
;;
arm-*-riscix1.[01]*) # Acorn RISC machine (early versions)