Commit 9ece5af6 by Mark Mitchell Committed by Mark Mitchell

acinclue.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX.

	* acinclue.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX.
	* aclocal.m4: Regenerated.
	* configure: Likewise.
	* config/os/irix/bits/atomicity.h: New file.
	* config/os/irix/bits/os_defines.h (_POSIX_SOURCE): Undefine.
	(__off_t): Define.
	(__off64_t): Likewise.
	(__ssize_t): Likewise.
	(_G_USING_THUNKS): Define to zero.

From-SVN: r37129
parent 2f974bd2
2000-10-29 Mark Mitchell <mark@codesourcery.com>
* acinclue.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle IRIX.
* aclocal.m4: Regenerated.
* configure: Likewise.
* config/os/irix/bits/atomicity.h: New file.
* config/os/irix/bits/os_defines.h (_POSIX_SOURCE): Undefine.
(__off_t): Define.
......
......@@ -1427,6 +1427,9 @@ AC_DEFUN(GLIBCPP_ENABLE_ATOMICITY, [
*-*-aix*)
ATOMICITYH=$os_include_dir
;;
*-*-irix*)
ATOMICITYH=$os_include_dir
;;
*)
# bit of overkill on this text...
AC_MSG_ERROR([Atomic locking requested, but $enable_threads is an unknown thread package and atomic operations are not present in the CPU])
......
......@@ -1439,6 +1439,9 @@ AC_DEFUN(GLIBCPP_ENABLE_ATOMICITY, [
*-*-aix*)
ATOMICITYH=$os_include_dir
;;
*-*-irix*)
ATOMICITYH=$os_include_dir
;;
*)
# bit of overkill on this text...
AC_MSG_ERROR([Atomic locking requested, but $enable_threads is an unknown thread package and atomic operations are not present in the CPU])
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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