diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-10 08:34:12 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-10 08:34:12 +0000 |
| commit | d20e448acd8a30ac2de3c08e2b611f900223efa5 (patch) | |
| tree | 39225082dfe4417b7244baacbf86c365495611c5 /devel/cross-gcc/files/patch-configure | |
| parent | - Update to 2.19.1. (diff) | |
- Update to 4.3.2.
Diffstat (limited to 'devel/cross-gcc/files/patch-configure')
| -rw-r--r-- | devel/cross-gcc/files/patch-configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/cross-gcc/files/patch-configure b/devel/cross-gcc/files/patch-configure index 1177f686f18b..9d6758e527b7 100644 --- a/devel/cross-gcc/files/patch-configure +++ b/devel/cross-gcc/files/patch-configure @@ -1,24 +1,24 @@ ---- configure.orig Mon May 14 07:19:11 2007 -+++ configure Thu Jun 21 21:53:48 2007 -@@ -3321,7 +3321,7 @@ +--- configure.orig 2009-04-07 18:00:41.000000000 +0400 ++++ configure 2009-04-07 18:06:28.000000000 +0400 +@@ -5758,7 +5758,7 @@ # For the build-side libraries, we just need to pretend we're native, # and not use the same cache file. Multilibs are neither needed nor # desired. --build_configargs="--cache-file=../config.cache --build=${build_alias} --host=${build_alias} --target=${target_alias} ${baseargs}" -+build_configargs="--build=${build_alias} --host=${build_alias} --target=${target_alias} ${baseargs}" +-build_configargs="--cache-file=../config.cache ${baseargs}" ++build_configargs="${baseargs}" # For host modules, accept cache file option, or specification as blank. case "${cache_file}" in -@@ -3371,7 +3371,7 @@ +@@ -5808,7 +5808,7 @@ # Pass the appropriate --build, --host, --target and --cache-file arguments. # We need to pass --target, as newer autoconf's requires consistency # for target_alias and gcc doesn't manage it consistently. --target_configargs="--cache-file=./config.cache --build=${build_alias} --host=${target_alias} --target=${target_alias} ${target_configargs}" -+target_configargs="--build=${build_alias} --host=${target_alias} --target=${target_alias} ${target_configargs}" +-target_configargs="--cache-file=./config.cache ${target_configargs}" ++target_configargs="${target_configargs}" FLAGS_FOR_TARGET= case " $target_configdirs " in -@@ -3439,7 +3439,7 @@ +@@ -5893,7 +5893,7 @@ # 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. |
