mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-01 02:54:39 +01:00
8 lines
409 B
Plaintext
8 lines
409 B
Plaintext
|
# Filter out the following TImode functions and provide backward binary
|
||
|
# compatibility.
|
||
|
# Replace __dvxf3 _fixtfdi _fixunstfdi _floatditf
|
||
|
libgcc1-tf-functions = __divxf3 _fixtfdi _fixunstfdi _floatditf
|
||
|
LIB1ASMFUNCS := $(filter-out $(libgcc1-tf-functions), $(LIB1ASMFUNCS))
|
||
|
libgcc1-tf-compats = $(addsuffix .asm, $(libgcc1-tf-functions))
|
||
|
LIB2ADD += $(addprefix $(srcdir)/config/ia64/, $(libgcc1-tf-compats))
|