From: Nick Clifton Date: Fri, 26 Mar 1999 16:04:07 +0000 (+0000) Subject: Just include arm/vxarm.h for arm-vxworks target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e14db0151c7117fcc135496902b2e13be748b2fd;p=gcc.git Just include arm/vxarm.h for arm-vxworks target From-SVN: r26001 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 807ba0ece5e..97aa2176d61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 26 16:02:37 1999 Nick Clifton + + * configure.in (arm-*-vxworks*): Just include arm/vxarm.h + * configure: Regenerate. + 1999-02-16 Scott Bambrough * configure.in (arm*-*-linux-gnu*): Set thread_file to 'posix' if 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) diff --git a/gcc/configure.in b/gcc/configure.in index f1c99de4f18..dac58fb65e6 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