This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [LIBSTDC++] Obvious correction to GLIBCXX_ENABLE_PCH


On Jul 23, 2003, "Kelley Cook" <kelleycook@wideopenwest.com> wrote:

> I tried to test Alexandre's new pch check patch under Cygwin and it
> didn't work.

Err...  It does work for me, and the acinclude.m4 you posted doesn't
seem to match what's there in revision 1.258 of the file.  My patch
says:

-  if test x"$enable_libstdcxx_pch" = xyes && test x"$pch_comp" = xno; then
-    enable_pch=no
+  if test x"$enable_libstdcxx_pch" = xyes &&
+     test x"$libstdcxx_cv_pch_comp" = xno; then
+    enable_libstdcxx_pch=no

Are you sure you didn't mis-apply my patch in your tree?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]