1 1.1.1.1.2.1 yamt # If we are building next to winsup, this will let us find the real 2 1.1.1.1.2.1 yamt # limits.h when building libgcc2. Otherwise, winsup must be installed 3 1.1.1.1.2.1 yamt # first. 4 1.1.1.1.2.1 yamt LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/w32api/include 5 1.1.1.1.2.1 yamt 6 1.1 mrg CUSTOM_CRTSTUFF = yes 7 1.1 mrg 8 1.1.1.1.2.1 yamt crtbegin.o: $(srcdir)/config/i386/cygming-crtbegin.c 9 1.1.1.1.2.1 yamt $(crt_compile) -fno-omit-frame-pointer -c $< 10 1.1 mrg 11 1.1 mrg # We intentionally use a implementation-reserved init priority of 0, 12 1.1 mrg # so allow the warning. 13 1.1.1.1.2.1 yamt crtend.o: $(srcdir)/config/i386/cygming-crtend.c 14 1.1.1.1.2.1 yamt $(crt_compile) -fno-omit-frame-pointer -Wno-error -c $< 15