mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
19 lines
783 B
Plaintext
19 lines
783 B
Plaintext
# This list is from t-elf, but with some things removed.
|
|
LIB1ASMFUNCS += _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func \
|
|
_call_via_rX _interwork_call_via_rX \
|
|
_arm_fixunsdfsi _arm_fixunssfsi \
|
|
_arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf \
|
|
_lshrdi3 _ashrdi3 _ashldi3 \
|
|
_clzsi2 _clzdi2 _ctzsi2
|
|
|
|
# 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 += $(srcdir)/floatunsidf.c $(srcdir)/floatunsisf.c
|
|
|
|
# Currently there is a bug somewhere in GCC's alias analysis
|
|
# or scheduling code that is breaking _fpmul_parts in fp-bit.c.
|
|
# Disabling function inlining is a workaround for this problem.
|
|
HOST_LIBGCC2_CFLAGS += -fno-inline
|