summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-21 06:11:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-21 06:11:17 +0000
commite3ab71fad48ca63df1b40fabc65eca2320928d30 (patch)
tree712662989d3c40ada5c8e76fd8d99f4440e3f9bb /include/makeinclude
parent9263d31bb440bb66f66a02565bbb94cda160a1f0 (diff)
downloadATCD-e3ab71fad48ca63df1b40fabc65eca2320928d30.tar.gz
*** empty log message ***
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_osf1_4.0_g++.GNU15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/makeinclude/platform_osf1_4.0_g++.GNU b/include/makeinclude/platform_osf1_4.0_g++.GNU
index 5b95b222ba0..ea269dff15e 100644
--- a/include/makeinclude/platform_osf1_4.0_g++.GNU
+++ b/include/makeinclude/platform_osf1_4.0_g++.GNU
@@ -1,4 +1,5 @@
-# This platform macros file is intended to work with Digital UNIX 4.0 (OSF/1 4.0).
+# This platform macros file is intended to work with Digital UNIX 4.0
+# (OSF/1 4.0) and GCC in version 2.7.2.1 (or newer).
CC = gcc -g -D_REENTRANT
CXX = gcc -g -D_REENTRANT -fno-strict-prototypes -D__ACE_INLINE__
@@ -9,10 +10,10 @@ ARFLAGS = ruvZ
# When libraries are archived, a hash index is automatically created so there
# is no need for ranlib
RANLIB = /usr/bin/true
-SOFLAGS = -G $(CPPFLAGS)
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
-PRELIB = (echo "main() { }" > gcctemp.c && \
- $(COMPILE.cc) -o gcctemp.o gcctemp.c && \
- $(LINK.cc) -o gcctemp gcctemp.o $^ $(LDFLAGS) $(LIBS); \
- status=$$?; rm -f gcctemp*; exit $$status)
+SOFLAGS = -shared $(CPPFLAGS)
+SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
+PRELIB = (echo "main() { }" > gcctemp.c && \
+ $(COMPILE.cc) -o gcctemp.o gcctemp.c && \
+ $(LINK.cc) -o gcctemp gcctemp.o $^ $(LDFLAGS) $(LIBS); \
+ status=$$?; rm -f gcctemp*; exit $$status)