1*1debfc3dSmrg# If we are building next to winsup, this will let us find the real 2*1debfc3dSmrg# limits.h when building libgcc2. Otherwise, winsup must be installed 3*1debfc3dSmrg# first. 4*1debfc3dSmrgLIBGCC2_INCLUDES += -I$(srcdir)/../winsup/include \ 5*1debfc3dSmrg -I$(srcdir)/../winsup/cygwin/include 6*1debfc3dSmrg 7*1debfc3dSmrg# Cygwin-specific parts of LIB_SPEC 8*1debfc3dSmrgSHLIB_LC = -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32 9*1debfc3dSmrg 10*1debfc3dSmrg# We have already included one of the t-{dw2,sjlj}-eh fragments for EH_MODEL 11*1debfc3dSmrgSHLIB_EH_EXTENSION = $(subst -dw2,,-$(EH_MODEL)) 12*1debfc3dSmrg 13*1debfc3dSmrg# Cygwin uses different conventions than MinGW; override generic SHLIB_ def'ns here. 14*1debfc3dSmrgSHLIB_IMPLIB = @shlib_base_name@$(SHLIB_EXT).a 15*1debfc3dSmrgSHLIB_SONAME = cyggcc_s$(SHLIB_EH_EXTENSION)-$(SHLIB_SOVERSION)$(SHLIB_EXT) 16*1debfc3dSmrg# This must match the definitions of SHLIB_SONAME/SHLIB_SOVERSION and LIBGCC_SONAME. 17*1debfc3dSmrg# We'd like to use SHLIB_SONAME here too, and we can, since 18*1debfc3dSmrg# we don't rely on shlib_base_name substitution for it. 19*1debfc3dSmrgSHLIB_MKMAP_OPTS = -v pe_dll=$(SHLIB_SONAME) 20