1LIB1ASMFUNCS_CACHE = _ic_invalidate _ic_invalidate_array
2
3LIB2ADD = $(srcdir)/config/sh/linux-atomic.c
4
5HOST_LIBGCC2_CFLAGS += -DNO_FPSCR_VALUES
6
7# Silence atomic built-in related warnings in linux-atomic.c.
8# Unfortunately the conflicting types warning can't be disabled selectively.
9HOST_LIBGCC2_CFLAGS += -w -Wno-sync-nand
10
11# Override t-slibgcc-elf-ver to export some libgcc symbols with
12# the symbol versions that glibc used, and hide some lib1func
13# routines which should not be called via PLT.  We have to create
14# the list from scratch.
15SHLIB_MAPFILES = \
16	libgcc-std.ver \
17	$(srcdir)/config/sh/libgcc-excl.ver \
18	$(srcdir)/config/sh/libgcc-glibc.ver
19