ubuntu-buildroot/output/build/host-gcc-final-11.4.0/libgcc/config/t-stack

7 lines
264 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.
ifeq ($(enable_threads),yes)
LIB2ADD_ST += $(srcdir)/generic-morestack.c $(srcdir)/generic-morestack-thread.c
endif