summaryrefslogtreecommitdiff
path: root/ace/config-irix6.x-common.h
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2001-11-21 16:07:08 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2001-11-21 16:07:08 +0000
commitde5c86447dd291fe8c1481757c0a60c0a342ce13 (patch)
tree73368d4e084fc2477290b5df5d24d787939b391f /ace/config-irix6.x-common.h
parentf2f0b89c4f60569a4c5d42578c13b62e9dcc24a5 (diff)
downloadATCD-de5c86447dd291fe8c1481757c0a60c0a342ce13.tar.gz
ChangeLogTag: Wed Nov 21 10:00:20 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/config-irix6.x-common.h')
-rw-r--r--ace/config-irix6.x-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-irix6.x-common.h b/ace/config-irix6.x-common.h
index 6c01847b8ac..aa4e58d496f 100644
--- a/ace/config-irix6.x-common.h
+++ b/ace/config-irix6.x-common.h
@@ -20,7 +20,9 @@
// to Bob Laferriere <laferrie@gsao.med.ge.com> for figuring it out.
#if defined (_MIPS_SIM) /* 6.X System */
# include <sgidefs.h>
-# if defined (_MIPS_SIM_NABI32) && (_MIPS_SIM == _MIPS_SIM_NABI32)
+# if defined (__GNUC__) /* GNU Compiler reports long doubles as 8 bytes */
+# define ACE_SIZEOF_LONG_DOUBLE 8
+# elif defined (_MIPS_SIM_NABI32) && (_MIPS_SIM == _MIPS_SIM_NABI32)
# define ACE_SIZEOF_LONG_DOUBLE 16
# elif defined (_MIPS_SIM_ABI32) && (_MIPS_SIM == _MIPS_SIM_ABI32)
# define ACE_SIZEOF_LONG_DOUBLE 8