mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-04 00:31:27 +00: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)
|