aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2007-03-12 09:58:50 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-03-12 09:58:50 +0000
commit8906bbc09ca885227108179b7b6a8343b304460e (patch)
tree4d81bb49aadf8352362475b3ad354af67f633d7d /gcc/config.gcc
parent6477126a2ae3d97621b3a443a4035afbd56bb968 (diff)
downloadgcc-8906bbc09ca885227108179b7b6a8343b304460e.zip
gcc-8906bbc09ca885227108179b7b6a8343b304460e.tar.gz
gcc-8906bbc09ca885227108179b7b6a8343b304460e.tar.bz2
config.gcc (i[4567]86-wrs-vxworks, [...]): Add elfos.h to tm_file.
gcc/ * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add elfos.h to tm_file. From-SVN: r122837
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ab33d1b..c8fecaa 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1317,7 +1317,7 @@ i[34567]86-*-sysv4*) # Intel 80386's running system V.4
use_fixproto=yes
;;
i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
- tm_file="${tm_file} i386/sysv4.h i386/unix.h i386/att.h vx-common.h"
+ tm_file="${tm_file} i386/sysv4.h i386/unix.h i386/att.h elfos.h vx-common.h"
case ${target} in
*-vxworksae*)
tm_file="${tm_file} vxworksae.h i386/vxworksae.h"