Commit 87599abd by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent e20036e2
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.
......
......@@ -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
;;
......
......@@ -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
;;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment