Just include arm/vxarm.h for arm-vxworks target

From-SVN: r26001
This commit is contained in:
Nick Clifton 1999-03-26 16:04:07 +00:00 committed by Nick Clifton
parent 65120c403e
commit e14db0151c
3 changed files with 7 additions and 2 deletions

View File

@ -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

2
gcc/configure vendored
View File

@ -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)

View File

@ -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