diff options
author | Nick Clifton <nickc@cygnus.com> | 1999-03-26 16:04:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-03-26 16:04:07 +0000 |
commit | e14db0151c7117fcc135496902b2e13be748b2fd (patch) | |
tree | 02c87ff8c20f868c82889eccd16d8212e4b5dae3 | |
parent | 65120c403e5b5ac19467ec61b9708e48b0abc18d (diff) | |
download | gcc-e14db0151c7117fcc135496902b2e13be748b2fd.zip gcc-e14db0151c7117fcc135496902b2e13be748b2fd.tar.gz gcc-e14db0151c7117fcc135496902b2e13be748b2fd.tar.bz2 |
Just include arm/vxarm.h for arm-vxworks target
From-SVN: r26001
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 807ba0e..97aa217 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 26 16:02:37 1999 Nick Clifton <nickc@cygnus.com> + + * configure.in (arm-*-vxworks*): Just include arm/vxarm.h + * configure: Regenerate. + 1999-02-16 Scott Bambrough <scottb@corelcomputer.com> * configure.in (arm*-*-linux-gnu*): Set thread_file to 'posix' if diff --git a/gcc/configure b/gcc/configure index d923cc9..e348c33 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) diff --git a/gcc/configure.in b/gcc/configure.in index f1c99de..dac58fb 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -666,7 +666,7 @@ changequote([,])dnl 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 ;; changequote(,)dnl |