]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blame - crossmingw32-gcc-buildsystem1.patch
- updated to 10.5.0
[packages/crossmingw32-gcc.git] / crossmingw32-gcc-buildsystem1.patch
CommitLineData
1c8a025b
ŁK
1--- gcc/configure.org 2010-04-29 22:25:12.838231797 +0200
2+++ gcc/configure 2010-04-29 22:28:10.261481922 +0200
3@@ -5571,7 +5571,7 @@
4 exit 1
5 fi
6 if test x"${with_headers}" != xyes ; then
7- x=${gcc_cv_tool_prefix}
8+ x=sysroot
9 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
10 fi
11 fi
12@@ -5587,7 +5587,7 @@
13 if test x"${with_libs}" != xyes ; then
14 # Copy the libraries in reverse order, so that files in the first named
15 # library override files in subsequent libraries.
16- x=${gcc_cv_tool_prefix}
17+ x=sysroot
18 for l in ${with_libs}; do
19 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
20 done
This page took 0.156185 seconds and 4 git commands to generate.