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 | 1f63c6c821ceacafafac7e3e0ea82b8108c93162 (patch) | |
tree | bb816c3b6d9fe74ce5455d4c57e84dfa97bc325e /include/makeinclude/platform_sunos4_sunc++3.x.GNU | |
parent | 68407745d6671c1332999f2d30fa4cb45c6be7c8 (diff) | |
download | ATCD-1f63c6c821ceacafafac7e3e0ea82b8108c93162.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_sunos4_sunc++3.x.GNU')
-rw-r--r-- | include/makeinclude/platform_sunos4_sunc++3.x.GNU | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_sunos4_sunc++3.x.GNU b/include/makeinclude/platform_sunos4_sunc++3.x.GNU index 2418fac3528..a00eb562e11 100644 --- a/include/makeinclude/platform_sunos4_sunc++3.x.GNU +++ b/include/makeinclude/platform_sunos4_sunc++3.x.GNU @@ -1,13 +1,13 @@ # $Id$ -# SunOS 4.x with SunC++ 3.x (note that this is a very old C++ +# SunOS 4.x (Solaris 1.x) with SunC++ 3.x (note that this is a very old C++ # compiler, based on cfront. In paricular, it's not the same thing as # SunC++ 4.x (which is also known as SPARCWorks 3.x). -# SunOS 4.x (Solaris 1.x) with SunC++ 3.x +debug = 1 + CC = cc CXX = CC -CFLAGS += $(DCFLAGS) CCFLAGS += $(CFLAGS) DCFLAGS += -g DLD = /bin/ld |