diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-19 22:13:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-19 22:13:34 +0000 |
commit | b9d8187bce279fa0904326e3960b4b16ed5459e5 (patch) | |
tree | daf0aae18c0637bbd0a3b0fbfa01828d526c7b3a /include/makeinclude/platform_osf1_3.2.GNU | |
parent | f7a2bf083496838f51fa56ce5c09426536c0aa8a (diff) | |
download | ATCD-b9d8187bce279fa0904326e3960b4b16ed5459e5.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.GNU | 6 |
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) |