diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-17 21:32:10 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-17 21:32:10 +0000 |
commit | 6e5db22ae9bd7f7a403d78a504cd356d060f39c1 (patch) | |
tree | 2a272c4a4b2365af29d51092c8716edfed173e55 /include/makeinclude/platform_sunos5_centerline.GNU | |
parent | 4ea9a338ecd741d08500b78a94b403ee12c82f4f (diff) | |
download | ATCD-6e5db22ae9bd7f7a403d78a504cd356d060f39c1.tar.gz |
moved -g out of wrapper_macros.GNU and into each platform file so that -gstabs can be used on SCO
Diffstat (limited to 'include/makeinclude/platform_sunos5_centerline.GNU')
-rw-r--r-- | include/makeinclude/platform_sunos5_centerline.GNU | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_centerline.GNU b/include/makeinclude/platform_sunos5_centerline.GNU index 00d83024f4e..0c98272feca 100644 --- a/include/makeinclude/platform_sunos5_centerline.GNU +++ b/include/makeinclude/platform_sunos5_centerline.GNU @@ -1,8 +1,9 @@ # SunOS 5.x (Solaris 2.x) with Centerline C++ CC = cc CXX = CC -CFLAGS += -mt +CFLAGS += $(DCFLAGS) -mt CCFLAGS += $(CFLAGS) +DCFLAGS += -g DLD = $(CXX) -mt LD = $(CXX) -mt LIBS += -lsocket -ldl -lnsl -lgen |