]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blob - crossmingw32-gcc-buildsystem1.patch
- restored fortran
[packages/crossmingw32-gcc.git] / crossmingw32-gcc-buildsystem1.patch
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.101315 seconds and 3 git commands to generate.