2c45d1a04d
* 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. From-SVN: r29680
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
# 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
|