diff options
Diffstat (limited to 'src/makefiles/Makefile.solaris')
| -rw-r--r-- | src/makefiles/Makefile.solaris | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.solaris b/src/makefiles/Makefile.solaris index 19ef50188b3..8c08f79e038 100644 --- a/src/makefiles/Makefile.solaris +++ b/src/makefiles/Makefile.solaris @@ -1,8 +1,17 @@ -# $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.2 2000/10/20 23:57:34 petere Exp $ +# $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.3 2000/10/21 22:36:13 petere Exp $ + +AROPT = crs ifeq ($(with_gnu_ld), yes) export_dynamic = -Wl,-E endif +DLSUFFIX = .so +ifeq ($(GCC), yes) +CFLAGS_SL = -fPIC +else +CFLAGS_SL = -KPIC +endif + %.so: %.o $(LD) -G -Bdynamic -o $@ $< |
