diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-15 14:17:27 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-15 14:17:27 +0000 |
commit | 055f0f0577625b651c24efebc83d2a4ae5aa5a43 (patch) | |
tree | 8f590d1a2e9523738103f40312f086f973ef20d8 /include | |
parent | 2c48355216b0521399cd6a04f6d34fde2765c0f5 (diff) | |
download | ATCD-055f0f0577625b651c24efebc83d2a4ae5aa5a43.tar.gz |
use PIC instead of pic, because the TAO orbsvcs lib needs it
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_g++.GNU | 2 |
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 |