diff options
author | Olivier Hainque <hainque@adacore.com> | 2006-12-12 09:47:45 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2006-12-12 09:47:45 +0000 |
commit | da32da74c73fc648fafe98916938543756f4edd5 (patch) | |
tree | 24fe53615abe80a71e592142ebd1a87bd41484af | |
parent | 32fb22af5dcbf2e72fe9834f99ded8b499f53a8f (diff) | |
download | gcc-da32da74c73fc648fafe98916938543756f4edd5.zip gcc-da32da74c73fc648fafe98916938543756f4edd5.tar.gz gcc-da32da74c73fc648fafe98916938543756f4edd5.tar.bz2 |
mkfixinc.sh: Add "*-*-vxworks*" to the list of targets for which a no-op fixer is appropriate.
2006-12-12 Olivier Hainque <hainque@adacore.com>
* fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of
targets for which a no-op fixer is appropriate.
From-SVN: r119769
-rw-r--r-- | fixincludes/ChangeLog | 5 | ||||
-rwxr-xr-x | fixincludes/mkfixinc.sh | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 0e70111..47929c9 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,8 @@ +2006-12-12 Olivier Hainque <hainque@adacore.com> + + * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of + targets for which a no-op fixer is appropriate. + 2006-11-07 Richard Guenther <rguenther@suse.de> * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3 diff --git a/fixincludes/mkfixinc.sh b/fixincludes/mkfixinc.sh index ef048f7..fac3d65 100755 --- a/fixincludes/mkfixinc.sh +++ b/fixincludes/mkfixinc.sh @@ -23,6 +23,7 @@ case $machine in i?86-*-mingw32* | \ i?86-*-uwin* | \ i?86-*-interix* | \ + *-*-vxworks* | \ powerpc-*-eabiaix* | \ powerpc-*-eabisim* | \ powerpc-*-eabi* | \ |