aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@be.com>2000-11-15 15:56:59 +0000
committerJason Merrill <jason@gcc.gnu.org>2000-11-15 10:56:59 -0500
commit4e7b85edbe7364864ee331fc9e4edbf663b24304 (patch)
treeaf4981da18a5dd5e3d16f12e24bea14da9587344
parentee3400e881ef5870dd6b1d274dfcd09c73828a1a (diff)
downloadgcc-4e7b85edbe7364864ee331fc9e4edbf663b24304.zip
gcc-4e7b85edbe7364864ee331fc9e4edbf663b24304.tar.gz
gcc-4e7b85edbe7364864ee331fc9e4edbf663b24304.tar.bz2
mkfixinc.sh (fixincludes): Add *-*-beos* to list of machines for which fixincludes is not needed.
* 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
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/x-beos3
-rwxr-xr-xgcc/fixinc/mkfixinc.sh1
3 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7f461b5..247d0e8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/x-beos b/gcc/config/i386/x-beos
index 37b8cca..426d0c0 100644
--- a/gcc/config/i386/x-beos
+++ b/gcc/config/i386/x-beos
@@ -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 =
diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh
index 043ff2e..54790a7 100755
--- a/gcc/fixinc/mkfixinc.sh
+++ b/gcc/fixinc/mkfixinc.sh
@@ -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* | \