diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-10 16:47:31 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-10 16:47:31 +0000 |
commit | 52f7b535227f816b7e2c839fc24ae06a0c22a9f5 (patch) | |
tree | bb816c3b6d9fe74ce5455d4c57e84dfa97bc325e /include/makeinclude/platform_aix4.2.GNU | |
parent | 1a205baf65d10c42b64b44246bcb66e971f4a5ff (diff) | |
download | ATCD-52f7b535227f816b7e2c839fc24ae06a0c22a9f5.tar.gz |
replace CFLAGS += DCFLAGS with debug=1, and added support for debug=0, etc., in wrapper_macros.GNU.
Diffstat (limited to 'include/makeinclude/platform_aix4.2.GNU')
-rw-r--r-- | include/makeinclude/platform_aix4.2.GNU | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_aix4.2.GNU b/include/makeinclude/platform_aix4.2.GNU index 06a2781d8e8..96becb065ac 100644 --- a/include/makeinclude/platform_aix4.2.GNU +++ b/include/makeinclude/platform_aix4.2.GNU @@ -7,9 +7,10 @@ # apply the update available at: # ftp://service.boulder.ibm.com/aix/fixes/v4/os/bos.rte.bind_cmds.4.2.0.4.bff +debug = 1 + CC = xlC CXX = xlC_r -CFLAGS += $(DCFLAGS) CCFLAGS += $(CFLAGS) DCFLAGS += -g DLD = makeC++SharedLib_r |