diff options
author | Mark Kettenis <kettenis@gnu.org> | 1999-05-14 20:21:35 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-14 20:21:35 -0600 |
commit | 0ef04c1a55eea0b84da7b5d3e3e5df630c04c799 (patch) | |
tree | 3ef7c9d49add01965f99cdc83dbb3ffac1ee4945 /gcc/fixinc | |
parent | 568154adcf7cffe4fece1f5856d523d8971f30c6 (diff) | |
download | gcc-0ef04c1a55eea0b84da7b5d3e3e5df630c04c799.zip gcc-0ef04c1a55eea0b84da7b5d3e3e5df630c04c799.tar.gz gcc-0ef04c1a55eea0b84da7b5d3e3e5df630c04c799.tar.bz2 |
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
Diffstat (limited to 'gcc/fixinc')
-rwxr-xr-x | gcc/fixinc/mkfixinc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh index aaba302..2c1a26c 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 | \ |