blob: 9b75e7d33723b533eca0c58ab59e1478afbd349a (
plain)
1
2
3
4
5
6
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
|