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
This commit is contained in:
Mark Mitchell 2000-10-29 21:05:07 +00:00 committed by Mark Mitchell
parent 2f974bd2f9
commit 9ece5af645
4 changed files with 930 additions and 918 deletions

View File

@ -1,5 +1,8 @@
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.

View File

@ -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])

View File

@ -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])

1839
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load Diff