Commit e14db015 by Nick Clifton Committed by Nick Clifton

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

From-SVN: r26001
parent 65120c40
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment