diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-27 17:45:52 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-27 17:45:52 +0000 |
commit | 4d0cfb7e8b8871d4ff48a26f807a2c80570fe48f (patch) | |
tree | 5bbe710f0cbb1ee8f863137e230b1b3ebca95869 /libiberty/config | |
parent | 24d9c0f4383f788cf140bb972c9464aea17720a6 (diff) | |
download | gcc-4d0cfb7e8b8871d4ff48a26f807a2c80570fe48f.tar.gz |
* alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
or <alloca.h>.
* 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
Diffstat (limited to 'libiberty/config')
-rw-r--r-- | libiberty/config/mh-beos | 7 |
1 files changed, 7 insertions, 0 deletions
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 |