]> gcc.gnu.org Git - gcc.git/commitdiff
mkfixinc.sh: Add "*-*-vxworks*" to the list of targets for which a no-op fixer is...
authorOlivier Hainque <hainque@adacore.com>
Tue, 12 Dec 2006 09:47:45 +0000 (09:47 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Tue, 12 Dec 2006 09:47:45 +0000 (09:47 +0000)
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

fixincludes/ChangeLog
fixincludes/mkfixinc.sh

index 0e701113beaafdf6a9ddb992c1abccd0fa2ce3b7..47929c977e87d887aabafd000141cf37b2f8f62d 100644 (file)
@@ -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
index ef048f713a459cfdeb61ba74e572f7f5a908550c..fac3d651f9ec06a91bbd9647d46f11b5db01dda4 100755 (executable)
@@ -23,6 +23,7 @@ case $machine in
     i?86-*-mingw32* | \
     i?86-*-uwin* | \
     i?86-*-interix* | \
+    *-*-vxworks* | \
     powerpc-*-eabiaix* | \
     powerpc-*-eabisim* | \
     powerpc-*-eabi*    | \
This page took 0.06711 seconds and 5 git commands to generate.