Commit 4e7b85ed by Fred Fish Committed by Jason Merrill

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
parent ee3400e8
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.
......
......@@ -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 =
......@@ -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* | \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment