summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-15 14:17:27 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-15 14:17:27 +0000
commit055f0f0577625b651c24efebc83d2a4ae5aa5a43 (patch)
tree8f590d1a2e9523738103f40312f086f973ef20d8
parent2c48355216b0521399cd6a04f6d34fde2765c0f5 (diff)
downloadATCD-055f0f0577625b651c24efebc83d2a4ae5aa5a43.tar.gz
use PIC instead of pic, because the TAO orbsvcs lib needs it
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index a37c427338e..248facf508e 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -29,7 +29,7 @@ LD = $(CXX)
LDFLAGS +=
LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread -lw
OCFLAGS += -O2
-PIC = -fpic
+PIC = -fPIC
AR = ar
ARFLAGS = ruv
RANLIB = @true