diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-15 15:56:59 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-15 15:56:59 +0000 |
| commit | 668800a3a42eb40c48ad64651ac4c5cb3792153f (patch) | |
| tree | af4981da18a5dd5e3d16f12e24bea14da9587344 | |
| parent | 2dd9ef432d87eef0964d5ec1ccd6d1397efaaf3f (diff) | |
| download | ppe42-gcc-668800a3a42eb40c48ad64651ac4c5cb3792153f.tar.gz ppe42-gcc-668800a3a42eb40c48ad64651ac4c5cb3792153f.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37481 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config/i386/x-beos | 3 | ||||
| -rwxr-xr-x | gcc/fixinc/mkfixinc.sh | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7f461b5e432..247d0e8da3c 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 37b8ccac9cf..426d0c0d9fc 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 043ff2ecb3c..54790a7078a 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* | \ |

