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