summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_unixware_g++.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-09 00:23:23 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-09 00:23:23 +0000
commitb027b85f3034a7d760ef94be74e6d6e1ae38adb8 (patch)
tree962f25f0910644da6b69483fb670f4d535cc741d /include/makeinclude/platform_unixware_g++.GNU
parentd07d92fc40b4c2376f74f624c1f743398494e501 (diff)
downloadATCD-b027b85f3034a7d760ef94be74e6d6e1ae38adb8.tar.gz
*** empty log message ***
Diffstat (limited to 'include/makeinclude/platform_unixware_g++.GNU')
-rw-r--r--include/makeinclude/platform_unixware_g++.GNU5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/makeinclude/platform_unixware_g++.GNU b/include/makeinclude/platform_unixware_g++.GNU
index 61ba91b2b2b..e5e76d03a98 100644
--- a/include/makeinclude/platform_unixware_g++.GNU
+++ b/include/makeinclude/platform_unixware_g++.GNU
@@ -6,12 +6,11 @@ debug = 1
CC = gcc
CXX = g++
-CFLAGS += -I/usr/include -D__STDC__=0 #-w
-CCFLAGS += $(CFLAGS) -fno-implicit-templates # -fno-strict-prototypes
+CFLAGS += -D__STDC__=0
+CCFLAGS += $(CFLAGS) -fno-implicit-templates
DCFLAGS += -g
DLD = $(CXX)
LD = $(CXX)
-LDFLAGS += -L/usr/lib
LIBS += -lsocket -lnsl -lgen -lthread
PIC = -fpic
AR = ar