* 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
+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.
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*)
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*)
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*)