mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
15 lines
484 B
Plaintext
15 lines
484 B
Plaintext
|
LIB1ASMFUNCS_CACHE = _ic_invalidate _ic_invalidate_array
|
||
|
|
||
|
LIB2ADD = $(srcdir)/config/sh/linux-atomic.S
|
||
|
|
||
|
HOST_LIBGCC2_CFLAGS += -mieee -DNO_FPSCR_VALUES
|
||
|
|
||
|
# Override t-slibgcc-elf-ver to export some libgcc symbols with
|
||
|
# the symbol versions that glibc used, and hide some lib1func
|
||
|
# routines which should not be called via PLT. We have to create
|
||
|
# the list from scratch.
|
||
|
SHLIB_MAPFILES = \
|
||
|
libgcc-std.ver \
|
||
|
$(srcdir)/config/sh/libgcc-excl.ver \
|
||
|
$(srcdir)/config/sh/libgcc-glibc.ver
|