diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-04 00:56:40 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-04 00:56:40 +0000 |
commit | f75ea22adb98832cb70ba1857a7c72a24a707c89 (patch) | |
tree | 8a8da92c4dce1ff91b1eb49275994c7de8ed2b9d /include | |
parent | 4e5b4b6db94af02e1a0e82b86672889164cf2a65 (diff) | |
download | ATCD-f75ea22adb98832cb70ba1857a7c72a24a707c89.tar.gz |
ChangeLogTag:Thu Aug 3 17:50:39 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_irix6.x_sgic++.GNU | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/makeinclude/platform_irix6.x_sgic++.GNU b/include/makeinclude/platform_irix6.x_sgic++.GNU index 8b594a1b6a4..a2f1d86cde1 100644 --- a/include/makeinclude/platform_irix6.x_sgic++.GNU +++ b/include/makeinclude/platform_irix6.x_sgic++.GNU @@ -28,7 +28,10 @@ OCCFLAGS += -O -OPT:Olimit=0 DCCFLAGS += -g # Enable exceptions even in the o32 bit ABI. -CCFLAGS += -exceptions +CCFLAGS += -exceptions -DACE_HAS_EXCEPTIONS + +# Use the standard library and standard template instantiation mechanisms +CCFLAGS += -LANG:std # Instantiate no templates automatically, do not run prelinker. There # are other choices available, but those have not been used in a while. |