summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-10 16:47:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-10 16:47:31 +0000
commit52f7b535227f816b7e2c839fc24ae06a0c22a9f5 (patch)
treebb816c3b6d9fe74ce5455d4c57e84dfa97bc325e /include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU
parent1a205baf65d10c42b64b44246bcb66e971f4a5ff (diff)
downloadATCD-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_sco5.0.0-fsu-pthread.GNU')
-rw-r--r--include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU b/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU
index bebf1aed9cd..7dbb02e4d84 100644
--- a/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU
+++ b/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU
@@ -3,6 +3,9 @@
# Requires FSU pthreads and gcc 2.7.2 installed in /usr/progressive
# to produce libACE.so correctly changed the specs file for gcc 2.7.2
# for not link -lc and -lgcc and other not shared libraries
+
+debug = 1
+
CC = gcc
# for threads
# for no threads
@@ -11,8 +14,8 @@ CC = gcc
# LDLIBS += -L $(ACE_ROOT)/ace -L ./ ${FSU_PTHREADS_DIR}/init/init.o -lACE # -z muldefs
LDLIBS += -L $(ACE_ROOT)/ace # -z muldefs
CXX = g++
-CFLAGS += $(DCFLAGS) -b elf -w -O2
-CCFLAGS += $(DCCFLAGS) -b elf -O2 -fpic -Xpg4plus -fno-implicit-templates -I ${FSU_PTHREADS_DIR}/include -I /usr/progressive/lib/g++-include
+CFLAGS += -b elf -w -O2
+CCFLAGS += -b elf -O2 -fpic -Xpg4plus -fno-implicit-templates -I ${FSU_PTHREADS_DIR}/include -I /usr/progressive/lib/g++-include
DCFLAGS += -gstabs
DCCFLAGS += $(DCFLAGS)
DLD = $(CXX)