mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 05:37:44 +01:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
|
# GCC 128-bit long double support routines.
|
||
|
LIB2ADD += $(srcdir)/config/rs6000/ibm-ldouble.c
|
||
|
|
||
|
HOST_LIBGCC2_CFLAGS += -mlong-double-128
|
||
|
|
||
|
SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ibm-ldouble.ver
|