Commit 7fad712c by Ian Lance Taylor Committed by Jeff Law

* i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.

From-SVN: r17539
parent 1aea01ea
Wed Jan 28 20:04:43 1998 Ian Lance Taylor <ian@cygnus.com>
* i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.
Wed Jan 28 11:45:27 1998 Per Bothner <bothner@cygnus.com>
* dbxout.c (dbxout_type): For a RECORD_TYPE, check that TYPE_BINFO
......
......@@ -3,5 +3,14 @@ CROSS_LIBGCC1 = libgcc1-asm.a
LIB1ASMSRC = i386/cygwin32.asm
LIB1ASMFUNCS = _chkstk
# cygwin32 always has a limits.h, but, depending upon how we are doing
# the build, it may not be installed yet.
LIMITS_H_TEST = true
# 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/include
winnt.o: $(srcdir)/config/i386/winnt.c
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment