diff options
Diffstat (limited to 'src/makefiles/Makefile.solaris')
| -rw-r--r-- | src/makefiles/Makefile.solaris | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/makefiles/Makefile.solaris b/src/makefiles/Makefile.solaris index a7f5652f0ca..62a6c01c3a3 100644 --- a/src/makefiles/Makefile.solaris +++ b/src/makefiles/Makefile.solaris @@ -10,11 +10,7 @@ rpath = -Wl,-R'$(rpathdir)' endif DLSUFFIX = .so -ifeq ($(GCC), yes) -CFLAGS_SL = -fPIC -else -CFLAGS_SL = -KPIC -endif + # Rule for building a shared library from a single .o file %.so: %.o |
