summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_3.2.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-19 22:13:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-19 22:13:34 +0000
commit6fd65cea64814349560e4c64a4a160c5653b22ae (patch)
treedaf0aae18c0637bbd0a3b0fbfa01828d526c7b3a /include/makeinclude/platform_osf1_3.2.GNU
parentdc2f8cfb211a58bf8c8bcc5abfb488a20284d9fc (diff)
downloadATCD-6fd65cea64814349560e4c64a4a160c5653b22ae.tar.gz
split out CFLAGS and CCFLAGS
Diffstat (limited to 'include/makeinclude/platform_osf1_3.2.GNU')
-rw-r--r--include/makeinclude/platform_osf1_3.2.GNU6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/makeinclude/platform_osf1_3.2.GNU b/include/makeinclude/platform_osf1_3.2.GNU
index 72ae4735730..1dda8982c21 100644
--- a/include/makeinclude/platform_osf1_3.2.GNU
+++ b/include/makeinclude/platform_osf1_3.2.GNU
@@ -1,7 +1,9 @@
# This platform macros file is intended to work with Digital UNIX 3.2 (OSF/1 3.2).
-CC = cxx -non_shared
-CXX = cxx -x cxx -w0 -non_shared
+CC = cxx
+CXX = $(CC)
+CFLAGS += -non_shared
+CCFLAGS += $(CFLAGS) -x cxx -w0
#DLD = ld -non_shared
DLD = ld -shared
LD = $(CXX)