summaryrefslogtreecommitdiff
path: root/fixincludes/mkfixinc.sh
diff options
context:
space:
mode:
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-12 09:47:45 +0000
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-12 09:47:45 +0000
commitd182b301f8d1e03b180612ea8bde36416e30cf45 (patch)
tree24fe53615abe80a71e592142ebd1a87bd41484af /fixincludes/mkfixinc.sh
parentc7b91b1404f2a49d5f1196b97463d11c00853b48 (diff)
downloadgcc-d182b301f8d1e03b180612ea8bde36416e30cf45.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119769 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/mkfixinc.sh')
-rwxr-xr-xfixincludes/mkfixinc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/fixincludes/mkfixinc.sh b/fixincludes/mkfixinc.sh
index ef048f713a4..fac3d651f9e 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* | \