From: Mark Kettenis Date: Sat, 15 May 1999 02:21:35 +0000 (-0600) Subject: mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of targets that do not need any... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ef04c1a55eea0b84da7b5d3e3e5df630c04c799;p=gcc.git 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 --- 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 | \