From: Christopher Faylor Date: Fri, 9 Feb 2001 20:06:15 +0000 (+0000) Subject: * config/i386/t-cygwin (T_CPPFLAGS): Use correct location for CYGWIN_CROSS_DIR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce675456284e5878b4cf8980b15114fca7b5a49a;p=gcc.git * config/i386/t-cygwin (T_CPPFLAGS): Use correct location for CYGWIN_CROSS_DIR. From-SVN: r39569 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21467c86dc8..6f9d78092b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 9 15:05:27 2001 Christopher Faylor + + * config/i386/t-cygwin (T_CPPFLAGS): Use correct location for + CYGWIN_CROSS_DIR. + 2001-02-09 Alexandre Oliva * config/sh/sh.md (sibcalli, sibcalli_pcrel, sibcalli): Set diff --git a/gcc/config/i386/t-cygwin b/gcc/config/i386/t-cygwin index 9f7714356c5..1909f154308 100644 --- a/gcc/config/i386/t-cygwin +++ b/gcc/config/i386/t-cygwin @@ -7,7 +7,7 @@ LIB1ASMFUNCS = _chkstk # the build, it may not be installed yet. LIMITS_H_TEST = true -T_CPPFLAGS=-DCYGWIN_CROSS_DIR=\"$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`\" +T_CPPFLAGS=-DCYGWIN_CROSS_DIR=\"$(build_tooldir)\" # If we are building next to winsup, this will let us find the real # limits.h when building libgcc2. Otherwise, winsup must be installed