diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-01 22:30:22 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-01 22:30:22 +0000 |
commit | f118d7f4c55f44a04d07004e51a74ce6441186d4 (patch) | |
tree | c321bd7ce4116743d8b6c3c11c462e423f97ed3c /include/makeinclude | |
parent | a438003f1afcfc5f09683f44b463396a41f2a40b (diff) | |
download | ATCD-f118d7f4c55f44a04d07004e51a74ce6441186d4.tar.gz |
Final fixes for SGI working!
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_irix6.4_sgic++.GNU | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/include/makeinclude/platform_irix6.4_sgic++.GNU b/include/makeinclude/platform_irix6.4_sgic++.GNU index 6b50f8ac4c3..a885fc866a5 100644 --- a/include/makeinclude/platform_irix6.4_sgic++.GNU +++ b/include/makeinclude/platform_irix6.4_sgic++.GNU @@ -14,14 +14,18 @@ LD = $(CXX) # Basic flags CPPFLAGS += -D_SGI_MP_SOURCE CCFLAGS += -O -#CCFLAGS += +pp -#CCFLAGS += -woff 3203,3209,3161,3262,3665 -CCFLAGS += -woff 1188,1682,1171 +CCFLAGS += -woff 1188,1682,1171,1681 # Instantiate everything; without this, apps/Gateway/Gateway/gatewayd might # not build due to missing template instantiations. -CCFLAGS += -ptall +#CCFLAGS += -ptall # Instantiate used templates, plus prelinking instantiation -# CCFLAGS += -ptused -prelink +#CCFLAGS += -ptused -prelink +# Instantiate used templates, but do not run prelinker +#CCFLAGS += -ptused +# Instantiate no templates automatically, do not run prelinker +CCFLAGS += -ptnone -no_prelink +# Turn on exceptions +CCFLAGS += -exceptions -ptv # Unknown version of SGI CC, -n32 mode # NOTE: -32/-n32/-64 mode is usually better set by the environment variable 'SGI_ABI' #CPPFLAGS += -n32 -woff 1174,1209,1375,1506,1110,1552,1021,1171 |