Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / libgcc / config / i386 / t-cygming
blob4713b7f696ee0c4a669958d31c6c00b3f6b8e052
1 # If we are building next to winsup, this will let us find the real
2 # limits.h when building libgcc2.  Otherwise, winsup must be installed
3 # first.
4 LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/w32api/include
6 CUSTOM_CRTSTUFF = yes
8 crtbegin.o: $(srcdir)/config/i386/cygming-crtbegin.c
9         $(crt_compile) -fno-omit-frame-pointer  -c $<
11 crtbeginS.o: $(srcdir)/config/i386/cygming-crtbegin.c
12         $(crt_compile) -fno-omit-frame-pointer  -c $< -DCRTSTUFFS_O
14 # We intentionally use a implementation-reserved init priority of 0,
15 # so allow the warning.
16 crtend.o: $(srcdir)/config/i386/cygming-crtend.c
17         $(crt_compile) -fno-omit-frame-pointer -Wno-error -c $<