diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-19 13:07:43 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-19 13:07:43 +0000 |
commit | f7eefb00aa99b9aad441db081bd6d1b8639e11ff (patch) | |
tree | d0f4c35f9b0cb533f195899ca99aa7a205ab9b06 /include/makeinclude | |
parent | 9dce8b11d15b2f147b5c24b877a7485df4b09acf (diff) | |
download | ATCD-f7eefb00aa99b9aad441db081bd6d1b8639e11ff.tar.gz |
ChangeLogTag: Wed Apr 19 13:03:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude')
-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 9ad51e4d59c..22250c022b9 100644 --- a/include/makeinclude/platform_sunos5_g++.GNU +++ b/include/makeinclude/platform_sunos5_g++.GNU @@ -41,7 +41,7 @@ PIC = -fPIC AR = ar ARFLAGS = ruv RANLIB = @true -SOFLAGS += -G $(CPPFLAGS) +SOFLAGS += -shared $(CPPFLAGS) SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< PRELIB = @true |