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]

[V3 patch] cygwin configuration (3)


Another patch for cygwin.  This one isn't tested as I don't have the latest
versions of the autotools needed.  Making the same change to configure does
the right thing.

For discussion, see:
 * http://gcc.gnu.org/ml/gcc/2000-11/msg01045.html
 * http://gcc.gnu.org/ml/libstdc++/2000-11/msg00406.html



2000-11-26  David Billinghurst  <David.Billinghurst@riotinto.com>

	*acinclude.m4:  Correct ctype_include_dir for newlib

Index: acinclude.m4
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/acinclude.m4,v
retrieving revision 1.98
diff -u -r1.98 acinclude.m4
--- acinclude.m4	2000/11/26 15:16:32	1.98
+++ acinclude.m4	2000/11/27 05:01:40
@@ -924,7 +924,7 @@
     ctype_newlib=yes, ctype_newlib=no)
     AC_MSG_RESULT($ctype_newlib)
     if test $ctype_newlib = "yes"; then
-      ctype_include_dir="config/newlib"
+      ctype_include_dir="config/os/newlib"
       ctype_default=no
     fi
     fi
 

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