This is the mail archive of the gcc@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]

Re: PATCH: Switch to V3


>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:

    Mark> Your rather sleepy RM,

And so I forgot the patch itself, tested on i686-pc-linux-gnu.

I'm now rebuilding on all of IRIX, Solaris, and GNU/Linux to make sure
all these bits play together.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2000-11-12  Mark Mitchell  <mark@codesourcery.com>

	* configure: Turn on libstdc++ V3 by default.

2000-11-12  Mark Mitchell  <mark@codesourcery.com>

	* configure.in: Turn on libstdc++ V3 by default.
	* configure: Regenerated.

Index: configure
===================================================================
RCS file: /cvs/gcc/egcs/configure,v
retrieving revision 1.30
diff -c -p -r1.30 configure
*** configure	2000/10/17 03:00:51	1.30
--- configure	2000/11/13 00:51:34
*************** extraconfigdirs=
*** 55,60 ****
--- 55,61 ----
  diroptions=
  enable_threads=no
  enable_shared=no
+ enable_libstdcxx_v3=yes
  exec_prefix=
  exec_prefixoption=
  fatal=
Index: gcc/configure.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure.in,v
retrieving revision 1.446
diff -c -p -r1.446 configure.in
*** configure.in	2000/11/10 17:23:06	1.446
--- configure.in	2000/11/13 00:51:41
*************** AC_MSG_CHECKING([for libstdc++ to instal
*** 4934,4940 ****
  AC_ARG_ENABLE(libstdcxx-v3,
  [  --enable-libstdcxx-v3 
  			  enable libstdc++-v3 for building and installation],
!   [enable_libstdcxx_v3="$enableval"], [enable_libstdcxx_v3=no])
  
  if test x$enable_libstdcxx_v3 = xyes; then
    AC_MSG_RESULT(v3)
--- 4934,4940 ----
  AC_ARG_ENABLE(libstdcxx-v3,
  [  --enable-libstdcxx-v3 
  			  enable libstdc++-v3 for building and installation],
!   [enable_libstdcxx_v3="$enableval"], [enable_libstdcxx_v3=yes])
  
  if test x$enable_libstdcxx_v3 = xyes; then
    AC_MSG_RESULT(v3)

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