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
This commit is contained in:
Olivier Hainque 2006-12-12 09:47:45 +00:00 committed by Olivier Hainque
parent 32fb22af5d
commit da32da74c7
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -23,6 +23,7 @@ case $machine in
i?86-*-mingw32* | \
i?86-*-uwin* | \
i?86-*-interix* | \
*-*-vxworks* | \
powerpc-*-eabiaix* | \
powerpc-*-eabisim* | \
powerpc-*-eabi* | \