Commit ce675456 by Christopher Faylor Committed by Christopher Faylor

* config/i386/t-cygwin (T_CPPFLAGS): Use correct location for CYGWIN_CROSS_DIR.

From-SVN: r39569
parent cc0744d1
Fri Feb 9 15:05:27 2001 Christopher Faylor <cgf@cygnus.com>
* config/i386/t-cygwin (T_CPPFLAGS): Use correct location for
CYGWIN_CROSS_DIR.
2001-02-09 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.md (sibcalli, sibcalli_pcrel, sibcalli): Set
......
......@@ -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
......
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