mkfixinc.sh (fixincludes): Add *-*-beos* to list of machines for which fixincludes...
authorFred Fish <fnf@be.com>
Wed, 15 Nov 2000 15:56:59 +0000 (15:56 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 15 Nov 2000 15:56:59 +0000 (10:56 -0500)
        * fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
        machines for which fixincludes is not needed.
        * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.

From-SVN: r37481

gcc/ChangeLog
gcc/config/i386/x-beos
gcc/fixinc/mkfixinc.sh

index 7f461b5e43261ad49eeff5a778582b1fc4c3edc9..247d0e8da3c17ac0e5747a7bb41eab6a245a0d41 100644 (file)
@@ -1,3 +1,9 @@
+2000-11-15  Fred Fish  <fnf@be.com>
+
+       * fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
+       machines for which fixincludes is not needed.
+       * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.
+
 2000-11-15  Jason Merrill  <jason@redhat.com>
 
        * diagnostic.c (finish_abort): New fn.
index 37b8ccac9cfee8d7c460dc955afaba4e9cd6d281..426d0c0d9fc352ce22cf8b0f72add490df67d0ba 100644 (file)
@@ -7,3 +7,6 @@ ALLOCA=alloca.o
 USE_ALLOCA= `echo "${ALLOCA}"`
 USE_HOST_ALLOCA= `echo ${HOST_PREFIX}${HOST_ALLOCA}`
 SUBDIR_USE_ALLOCA = `if [ x$(ALLOCA) != x ]; then echo ../$(ALLOCA); else true; fi`
+
+# Don't run fixproto
+STMP_FIXPROTO =
index 043ff2ecb3cd582afbdab0e7592a51c05cda822c..54790a7078a3ff89d7664df317a6743c059153ca 100755 (executable)
@@ -56,6 +56,7 @@ case $machine in
        hppa1.1-*-bsd* | \
        hppa1.0-*-bsd* | \
        hppa*-*-lites* | \
+       *-*-beos* | \
        *-*-linux* | \
        *-*-gnu* | \
        i?86-moss-msdos* | i?86-*-moss* | \