From 4d0cfb7e8b8871d4ff48a26f807a2c80570fe48f Mon Sep 17 00:00:00 2001 From: law Date: Mon, 27 Sep 1999 17:45:52 +0000 Subject: * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin or . * clock.c (GNU_HZ): New definition. (clock): Use it. * getruntime.c: Likewise. * config.table: Use mh-beos. * config/mh-beos: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29680 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/config/mh-beos | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libiberty/config/mh-beos (limited to 'libiberty/config') diff --git a/libiberty/config/mh-beos b/libiberty/config/mh-beos new file mode 100644 index 00000000000..9b75e7d3372 --- /dev/null +++ b/libiberty/config/mh-beos @@ -0,0 +1,7 @@ +# Host makefile fragment for BeOS + +# This is a temporary hack until the wimpy default 64k stack +# limit in BeOS is either increased or made user settable somehow. +# This probably won't happen until after the DR9 release. + +EXTRA_OFILES = alloca.o -- cgit v1.2.1