mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 10:10:39 +08:00
Just include arm/vxarm.h for arm-vxworks target
From-SVN: r26001
This commit is contained in:
parent
65120c403e
commit
e14db0151c
@ -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
2
gcc/configure
vendored
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user