summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-08 23:02:02 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-08 23:02:02 +0000
commitc1e3865e392c7e9c219d2ce41305fcdcf4c24c42 (patch)
tree0f4cb50fa42892004d6ebf3ff6ab96c6c06f0842
parent3c77d26875b1c918257ea55b718d7c0e1fd5ef54 (diff)
downloadATCD-c1e3865e392c7e9c219d2ce41305fcdcf4c24c42.tar.gz
I moved SGI compiler options out of CPPFLAGS into CCFLAGS, so
that error messages won't be emmitted by gcc.
-rw-r--r--include/makeinclude/platform_irix6.2_sgic++.GNU8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/makeinclude/platform_irix6.2_sgic++.GNU b/include/makeinclude/platform_irix6.2_sgic++.GNU
index 4f8c2a636fd..a7c45210537 100644
--- a/include/makeinclude/platform_irix6.2_sgic++.GNU
+++ b/include/makeinclude/platform_irix6.2_sgic++.GNU
@@ -10,11 +10,13 @@ DLD = $(CXX)
LD = $(CXX)
# Basic flags
-CCFLAGS += -O +pp
-CPPFLAGS += -D_SGI_MP_SOURCE -woff 3203,3209,3161,3262,3665
+CPPFLAGS += -D_SGI_MP_SOURCE
+CCFLAGS += -O
+CCFLAGS += +pp
+CCFLAGS += -woff 3203,3209,3161,3262,3665
# Instantiate everything; without this, apps/Gateway/Gateway/gatewayd might
# not build due to missing template instantiations.
-CPPFLAGS += -ptall
+CCFLAGS += -ptall
# Instantiate used templates, plus prelinking instantiation
# CCFLAGS += -ptused -prelink
# Unknown version of SGI CC, -n32 mode