mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-20 05:11:26 +01:00
5904152eeb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37371 a95241bf-73f2-0310-859d-f6bbb57e9c96
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))
|