mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
15 lines
528 B
Plaintext
15 lines
528 B
Plaintext
|
# If we are building next to winsup, this will let us find the real
|
||
|
# limits.h when building libgcc2. Otherwise, winsup must be installed
|
||
|
# first.
|
||
|
LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/w32api/include
|
||
|
|
||
|
CUSTOM_CRTSTUFF = yes
|
||
|
|
||
|
crtbegin.o: $(srcdir)/config/i386/cygming-crtbegin.c
|
||
|
$(crt_compile) -fno-omit-frame-pointer -c $<
|
||
|
|
||
|
# We intentionally use a implementation-reserved init priority of 0,
|
||
|
# so allow the warning.
|
||
|
crtend.o: $(srcdir)/config/i386/cygming-crtend.c
|
||
|
$(crt_compile) -fno-omit-frame-pointer -Wno-error -c $<
|