From 66dfa1436fd19a02df2ada0e1e2e94e8f733e7fa Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Mon, 13 Nov 2000 22:14:18 +0000 Subject: [PATCH] acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD. 2000-11-12 Loren J. Rittle * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD. * aclocal.m4, configure: Rebuilt. From-SVN: r37439 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/aclocal.m4 | 2 +- libstdc++-v3/configure | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 535d2d8..de6c35c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2000-11-12 Loren J. Rittle + + * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD. + * aclocal.m4, configure: Rebuilt. + 2000-11-12 Brent Verner * include/c_std/bits/wrap_langinfo.h: New file. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index b156aad..dc267fb 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -1458,7 +1458,7 @@ dnl GLIBCPP_ENABLE_ATOMICITY AC_DEFUN(GLIBCPP_ENABLE_ATOMICITY, [ AC_MSG_CHECKING([for atomicity.h]) case "$target" in - *-*-linux* | sparc*-*-*) + *-*-linux* | sparc*-*-* | *-*-freebsd*) ATOMICITYH=$cpu_include_dir ;; *-*-aix* | *-*-irix*) diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index e3bddf7..6fd5169 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -1470,7 +1470,7 @@ dnl GLIBCPP_ENABLE_ATOMICITY AC_DEFUN(GLIBCPP_ENABLE_ATOMICITY, [ AC_MSG_CHECKING([for atomicity.h]) case "$target" in - *-*-linux* | sparc*-*-*) + *-*-linux* | sparc*-*-* | *-*-freebsd*) ATOMICITYH=$cpu_include_dir ;; *-*-aix* | *-*-irix*) diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index d9ed3ac6..f3ba593 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -3142,7 +3142,7 @@ EOF echo $ac_n "checking for atomicity.h""... $ac_c" 1>&6 echo "configure:3144: checking for atomicity.h" >&5 case "$target" in - *-*-linux* | sparc*-*-*) + *-*-linux* | sparc*-*-* | *-*-freebsd*) ATOMICITYH=$cpu_include_dir ;; *-*-aix* | *-*-irix*) -- 2.7.4