]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2000-11-12 Loren J. Rittle <ljrittle@acm.org>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2000 22:14:18 +0000 (22:14 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2000 22:14:18 +0000 (22:14 +0000)
        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
        * aclocal.m4, configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37439 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure

index 535d2d85dba9608838bc6c3de1d2bb421bd3e96f..de6c35c71172f14a269ce15b75bb71bdbf7a820c 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-12  Loren J. Rittle  <ljrittle@acm.org>
+
+        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.
+        * aclocal.m4, configure: Rebuilt.
+
 2000-11-12  Brent Verner  <brent@rcfile.org>
 
         * include/c_std/bits/wrap_langinfo.h: New file.
index b156aadeb39f3d2b9758b2725483019eb6a79c03..dc267fb8402bc6f660f6f3661c481378893a7d06 100644 (file)
@@ -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*)
index e3bddf7f6188d1d8e3e60c9366e04575ef22e65b..6fd5169891e1ff20f73bc7c797777897ed3af431 100644 (file)
@@ -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*)
index d9ed3ac6b77797cb80dda87000fda6358244c6a7..f3ba593c13c72a582e1a936075aee7928db6aa9f 100755 (executable)
@@ -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*)