diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2001-11-21 16:07:08 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2001-11-21 16:07:08 +0000 |
commit | de5c86447dd291fe8c1481757c0a60c0a342ce13 (patch) | |
tree | 73368d4e084fc2477290b5df5d24d787939b391f /include | |
parent | f2f0b89c4f60569a4c5d42578c13b62e9dcc24a5 (diff) | |
download | ATCD-de5c86447dd291fe8c1481757c0a60c0a342ce13.tar.gz |
ChangeLogTag: Wed Nov 21 10:00:20 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_irix6.x_sgic++.GNU | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/makeinclude/platform_irix6.x_sgic++.GNU b/include/makeinclude/platform_irix6.x_sgic++.GNU index 8e96342a476..930d06de3f5 100644 --- a/include/makeinclude/platform_irix6.x_sgic++.GNU +++ b/include/makeinclude/platform_irix6.x_sgic++.GNU @@ -35,6 +35,11 @@ endif OCCFLAGS += -O -OPT:Olimit=0 DCCFLAGS += -g +# Enable 64-bit builds +ifeq (64,$(buildbits)) + CPPFLAGS += -64 +endif + # Enable exceptions even in the o32 bit ABI. CCFLAGS += -exceptions -DACE_HAS_EXCEPTIONS |