mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
# On 64bit we do not need any exports for glibc for 64-bit libgcc_s.
|
|
# Need to support TImode for x86. Override the settings from
|
|
# t-slibgcc-elf-ver and t-linux
|
|
SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/i386/libgcc-glibc.ver
|
|
|
|
HOST_LIBGCC2_CFLAGS += -mlong-double-80 -DUSE_ELF_SYMVER $(CET_FLAGS)
|
|
CRTSTUFF_T_CFLAGS += $(CET_FLAGS)
|