From 87599abdc5cce3b2f8c5956c1fa621a26795314f Mon Sep 17 00:00:00 2001
From: Benjamin Kosnik <bkoz@redhat.com>
Date: Wed, 17 Mar 2004 08:50:32 +0000
Subject: [PATCH] acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Default setting is
 new_allocator for all hosts.

2004-03-16  Benjamin Kosnik  <bkoz@redhat.com>

	* acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Default setting is
	new_allocator for all hosts.
	* configure: Regenerate.

From-SVN: r79582
---
 libstdc++-v3/ChangeLog    |  6 ++++++
 libstdc++-v3/acinclude.m4 | 15 ---------------
 libstdc++-v3/configure    | 15 ---------------
 3 files changed, 6 insertions(+), 30 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 247ddaf73487..89069aadc82a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-16  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Default setting is
+	new_allocator for all hosts.
+	* configure: Regenerate.
+	
 2004-03-16  Paolo Carlini  <pcarlini@suse.de>
 
 	* testsuite/22_locale/num_put/put/char/4.cc: Fix for 64-bit pointers.
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index e9ba13ff1793..9a53a7aa177a 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -1195,21 +1195,6 @@ AC_DEFUN([GLIBCXX_ENABLE_ALLOCATOR], [
   # Default to "new".
   if test $enable_libstdcxx_allocator_flag = auto; then
     case ${target_os} in
-      freebsd*)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
-      hpux11*)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
-      irix6*)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
-      linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
-      solaris*)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
       *)
         enable_libstdcxx_allocator_flag=new
         ;;
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index c82bf3f07989..571f5d52376d 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -6291,21 +6291,6 @@ fi;
   # Default to "new".
   if test $enable_libstdcxx_allocator_flag = auto; then
     case ${target_os} in
-      freebsd*)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
-      hpux11*)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
-      irix6*)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
-      linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
-      solaris*)
-        enable_libstdcxx_allocator_flag=mt
-        ;;
       *)
         enable_libstdcxx_allocator_flag=new
         ;;
-- 
GitLab