From: rsandifo Date: Mon, 12 Mar 2007 09:58:50 +0000 (+0000) Subject: gcc/ X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac2799d55bc076285df01578adbcf9b4bcbe56c9;p=thirdparty%2Fgcc.git gcc/ * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add elfos.h to tm_file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122837 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8192093b5ecf..a94b344a4015 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-03-12 Richard Sandiford + + * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add + elfos.h to tm_file. + 2007-03-12 Olga Golovanevsky * tree.h : Add multiple_of_p declaration. diff --git a/gcc/config.gcc b/gcc/config.gcc index ab33d1b42443..c8fecaac65fb 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"