From 0ef04c1a55eea0b84da7b5d3e3e5df630c04c799 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 14 May 1999 20:21:35 -0600 Subject: [PATCH] mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of targets that do not need any fixes. P * fixinc/mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of targets that do not need any fixes. From-SVN: r26946 --- gcc/fixinc/mkfixinc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh index aaba3020c80..2c1a26c057f 100755 --- a/gcc/fixinc/mkfixinc.sh +++ b/gcc/fixinc/mkfixinc.sh @@ -80,6 +80,7 @@ case $machine in hppa1.0-*-bsd* | \ hppa*-*-lites* | \ *-*-linux-gnu* | \ + *-*-gnu* | \ i[34567]86-moss-msdos* | i[34567]86-*-moss* | \ i[34567]86-*-osf1* | \ i[34567]86-*-win32 | \ -- 2.30.2