mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 22:44:46 +01:00
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
|
# Makefile fragment to provide generic support for -fsplit-stack.
|
||
|
# This should be used in config.host for any host which supports
|
||
|
# -fsplit-stack.
|
||
|
LIB2ADD_ST += $(srcdir)/generic-morestack.c $(srcdir)/generic-morestack-thread.c
|