[Bug libstdc++/41280] [4.5 Regression] Revision 151352 breaks 32bit libstdc++

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Sep 5 18:25:00 GMT 2009



------- Comment #4 from hjl dot tools at gmail dot com  2009-09-05 18:25 -------
I am testing this patch:

Index: configure.ac
===================================================================
--- configure.ac        (revision 151352)
+++ configure.ac        (working copy)
@@ -404,9 +404,10 @@ AC_CONFIG_FILES(AC_FOREACH([DIR], glibcx
 s!`test -f '$<' || echo '$(srcdir)/'`!!
 _EOF
    sed -f vpsed$$ $ac_file > tmp$$
-   grep '^MULTISUBDIR =' Makefile >> tmp$$
    mv tmp$$ $ac_file
    rm vpsed$$
+   echo 'MULTISUBDIR =' >> $ac_file
+   . ${multi_basedir}/config-ml.in
 ])

 AC_CONFIG_COMMANDS([generate-headers],


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41280



More information about the Gcc-bugs mailing list