summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_aix4.2.GNU
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-10-23 16:35:46 +0000
committerSteve Huston <shuston@riverace.com>1998-10-23 16:35:46 +0000
commit199e043fd973d78a25215be3129828a03a806544 (patch)
tree5bda5135eed543cabac7f555f8b9a524ca7803e2 /include/makeinclude/platform_aix4.2.GNU
parent15069006c774b0d18e5985fe04144be9b24ac4ca (diff)
downloadATCD-199e043fd973d78a25215be3129828a03a806544.tar.gz
Removed -qinitauto from DCFLAGS - it caused Process_Strategy_Test to go CPU
bound under an ostream call.
Diffstat (limited to 'include/makeinclude/platform_aix4.2.GNU')
-rw-r--r--include/makeinclude/platform_aix4.2.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/platform_aix4.2.GNU b/include/makeinclude/platform_aix4.2.GNU
index 984284ba8d7..7376bc4e67b 100644
--- a/include/makeinclude/platform_aix4.2.GNU
+++ b/include/makeinclude/platform_aix4.2.GNU
@@ -15,7 +15,9 @@ static_libs = 1
CC = xlC
CXX = xlC_r
CCFLAGS += $(CFLAGS)
-DCFLAGS += -g -qcheck=nobounds:div:null -qinitauto=5F
+# -qinitauto seems useful, but when built with -qinitauto=5F, the
+# Process_Strategy_Test went CPU bound in ostream, so I removed it (S. Huston)
+DCFLAGS += -g -qcheck=nobounds:div:null
DLD = makeC++SharedLib_r
LD = $(CXX)
# -qextchk is handy, but produces false type mismatches when linking