From d182b301f8d1e03b180612ea8bde36416e30cf45 Mon Sep 17 00:00:00 2001 From: hainque Date: Tue, 12 Dec 2006 09:47:45 +0000 Subject: 2006-12-12 Olivier Hainque * 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 --- fixincludes/ChangeLog | 5 +++++ fixincludes/mkfixinc.sh | 1 + 2 files changed, 6 insertions(+) (limited to 'fixincludes') diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 0e701113bea..47929c977e8 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,8 @@ +2006-12-12 Olivier Hainque + + * fixincludes/mkfixinc.sh: Add "*-*-vxworks*" to the list of + targets for which a no-op fixer is appropriate. + 2006-11-07 Richard Guenther * inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3 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* | \ -- cgit v1.2.1