mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-29 12:50:35 +00:00
10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
# Just for these, we omit the frame pointer since it makes such a big
|
|
# difference. It is then pointless adding debugging.
|
|
HOST_LIBGCC2_CFLAGS += -fomit-frame-pointer
|
|
|
|
LIB2ADD_ST += $(srcdir)/config/arm/freebsd-atomic.c
|
|
|
|
# Use a version of div0 which raises SIGFPE.
|
|
LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx
|
|
|