autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [committed] Disable shared cache file more.


From: Earnie Boyd
Subject: Re: [committed] Disable shared cache file more.
Date: Mon, 05 Jan 2004 07:52:55 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007

Nathanael,

I don't understand why you force a static cache file. Please give your reasons.

Earnie.

Nathanael Nerode wrote:

Ick.  But it appears necessary for now.
Works for me on i686-pc-linux-gnu.

        * configure.in: Don't share a cache file for host dirs.
        * configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.264
diff -u -r1.264 configure.in
--- configure.in        3 Jan 2004 18:23:22 -0000       1.264
+++ configure.in        5 Jan 2004 00:47:12 -0000
@@ -1826,7 +1826,9 @@
   cache_file_option="--cache-file=../${cache_file}" ;;
 esac
-host_configargs="${cache_file_option} --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
+# Host dirs don't like to share a cache file either, horribly enough.
+# This seems to be due to autoconf 2.5x stupidity.
+host_configargs="--cache-file=config.cache --build=${build_alias} 
--host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
target_configargs=${baseargs}

--
http://www.mingw.org
http://sourceforge.net/projects/mingw
https://sourceforge.net/donate/index.php?user_id=15438





reply via email to

[Prev in Thread] Current Thread [Next in Thread]