diff options
Diffstat (limited to 'gnu/egcs/libiberty/config')
-rw-r--r-- | gnu/egcs/libiberty/config/mh-beos | 7 | ||||
-rw-r--r-- | gnu/egcs/libiberty/config/mh-openedition | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gnu/egcs/libiberty/config/mh-beos b/gnu/egcs/libiberty/config/mh-beos new file mode 100644 index 00000000000..9b75e7d3372 --- /dev/null +++ b/gnu/egcs/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 diff --git a/gnu/egcs/libiberty/config/mh-openedition b/gnu/egcs/libiberty/config/mh-openedition new file mode 100644 index 00000000000..6e8e354be4a --- /dev/null +++ b/gnu/egcs/libiberty/config/mh-openedition @@ -0,0 +1,3 @@ +HDEFINES = -D_ALL_SOURCE +CC=c89 + |