mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-22 13:34:53 +08:00
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:
parent
2f974bd2f9
commit
9ece5af645
@ -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.
|
||||
|
@ -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])
|
||||
|
3
libstdc++-v3/aclocal.m4
vendored
3
libstdc++-v3/aclocal.m4
vendored
@ -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
1839
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user