mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01: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
|
|
|