aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/os/irix/irix5.2/bits/os_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/config/os/irix/irix5.2/bits/os_defines.h')
-rw-r--r--libstdc++-v3/config/os/irix/irix5.2/bits/os_defines.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/libstdc++-v3/config/os/irix/irix5.2/bits/os_defines.h b/libstdc++-v3/config/os/irix/irix5.2/bits/os_defines.h
index 50db680b08f..32055ec6d67 100644
--- a/libstdc++-v3/config/os/irix/irix5.2/bits/os_defines.h
+++ b/libstdc++-v3/config/os/irix/irix5.2/bits/os_defines.h
@@ -1,6 +1,6 @@
// Specific definitions for IRIX -*- C++ -*-
-// Copyright (C) 2001 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -48,7 +48,14 @@
#define __off64_t off64_t
#define __ssize_t ssize_t
-// GCC does not use thunks on IRIX.
+// GCC does not use thunks on IRIX.
#define _G_USING_THUNKS 0
+#define __glibcpp_long_double_bits 64
+
+#if __LONG_MAX__ > 2147483647
+#define __glibcpp_long_bits 64
+#endif
+
#endif
+