blob: 7a27a8ba4b04f7e449544642f3b2e3e97273bd77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# DP: Search $(builddir)/sys-include for the asm header files
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -3601,7 +3601,7 @@ fi
# being built; programs in there won't even run.
if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
# Search for pre-installed headers if nothing else fits.
- FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
+ FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include -isystem $(CURDIR)/sys-include'
fi
if test "x${use_gnu_ld}" = x &&
|