From: Jason Merrill Date: Mon, 12 Oct 1998 20:09:48 +0000 (-0400) Subject: * i386/t-cygwin32 (TARGET_LIBGCC2_CFLAGS): Don't define. X-Git-Tag: prereleases/libgcj-0.1~2568 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e93124d31580d7df9bfa38b4915aa8f1c91607e;p=thirdparty%2Fgcc.git * i386/t-cygwin32 (TARGET_LIBGCC2_CFLAGS): Don't define. From-SVN: r23035 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 087d5dd7d601..75f149b29c0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -40,10 +40,6 @@ Sun Oct 11 16:49:15 EDT 1998 John Wehle (john@feith.com) * i386.c (ix86_epilogue): Optimize the restoring of the stack pointer. -Mon Oct 12 02:03:25 1998 Jason Merrill - - * i386/t-cygwin32 (TARGET_LIBGCC2_CFLAGS): Define. - Mon Oct 12 01:22:53 PDT 1998 Jeff Law (law@cygnus.com) * version.c: Bump for snapshot. diff --git a/gcc/config/i386/t-cygwin32 b/gcc/config/i386/t-cygwin32 index 42eb7d7ef815..20bc9803b1ec 100644 --- a/gcc/config/i386/t-cygwin32 +++ b/gcc/config/i386/t-cygwin32 @@ -3,10 +3,6 @@ CROSS_LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = i386/cygwin32.asm LIB1ASMFUNCS = _chkstk -# We can't rely on common symbols being shared between translation units -# under Windows. -TARGET_LIBGCC2_CFLAGS = -D__COMMON_UNRELIABLE - # 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