mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-04 10:03:47 +08:00
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
This commit is contained in:
parent
6477126a2a
commit
8906bbc09c
@ -1,3 +1,8 @@
|
|||||||
|
2007-03-12 Richard Sandiford <richard@codesourcery.com>
|
||||||
|
|
||||||
|
* config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add
|
||||||
|
elfos.h to tm_file.
|
||||||
|
|
||||||
2007-03-12 Olga Golovanevsky <olga@il.ibm.com>
|
2007-03-12 Olga Golovanevsky <olga@il.ibm.com>
|
||||||
|
|
||||||
* tree.h : Add multiple_of_p declaration.
|
* tree.h : Add multiple_of_p declaration.
|
||||||
|
@ -1317,7 +1317,7 @@ i[34567]86-*-sysv4*) # Intel 80386's running system V.4
|
|||||||
use_fixproto=yes
|
use_fixproto=yes
|
||||||
;;
|
;;
|
||||||
i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
|
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
|
case ${target} in
|
||||||
*-vxworksae*)
|
*-vxworksae*)
|
||||||
tm_file="${tm_file} vxworksae.h i386/vxworksae.h"
|
tm_file="${tm_file} vxworksae.h i386/vxworksae.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user