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

From-SVN: r17539
This commit is contained in:
Ian Lance Taylor 1998-01-28 19:04:40 +00:00 committed by Jeff Law
parent 1aea01ea0b
commit 7fad712c4a
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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