Fix error when selecting number of memory pools
[official-gcc.git] / libgcc / config / sh / t-linux
blobd316db937081b8d2e19fc246fbae3a0e4b2e0461
1 LIB1ASMFUNCS_CACHE = _ic_invalidate _ic_invalidate_array
3 LIB2ADD = $(srcdir)/config/sh/linux-atomic.c
5 HOST_LIBGCC2_CFLAGS += -DNO_FPSCR_VALUES
7 # Silence atomic built-in related warnings in linux-atomic.c.
8 # Unfortunately the conflicting types warning can't be disabled selectively.
9 HOST_LIBGCC2_CFLAGS += -w -Wno-sync-nand
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.
15 SHLIB_MAPFILES = \
16         libgcc-std.ver \
17         $(srcdir)/config/sh/libgcc-excl.ver \
18         $(srcdir)/config/sh/libgcc-glibc.ver