mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00: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
|