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 | ba303b847c44b8d2f1a6805ce061625f6ccf439d (patch) | |
tree | 2a272c4a4b2365af29d51092c8716edfed173e55 /include/makeinclude/platform_m88k.GNU | |
parent | cf6f7a1ace5b78d768898481476aa4f970d5ebb0 (diff) | |
download | ATCD-ba303b847c44b8d2f1a6805ce061625f6ccf439d.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_m88k.GNU')
-rw-r--r-- | include/makeinclude/platform_m88k.GNU | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/makeinclude/platform_m88k.GNU b/include/makeinclude/platform_m88k.GNU index 06ed589e671..611af933b15 100644 --- a/include/makeinclude/platform_m88k.GNU +++ b/include/makeinclude/platform_m88k.GNU @@ -2,8 +2,9 @@ # *not* using Orbix CC = gcc CXX = g++ -CFLAGS += -w -O2 -CCFLAGS += -w -D__m88k__ -O2 -fno-implicit-templates -fno-strict-prototypes +CFLAGS += $(DCFLAGS) -w -O2 +CCFLAGS += $(CFLAGS) -D__m88k__ -fno-implicit-templates -fno-strict-prototypes +DCFLAGS += -g DLD = $(CXX) LD = $(CXX) INCLDIRS += -I$(WRAPPER_ROOT) -I. |