From: Marc G. Fournier <scrappy@hub.org> Date: Mon, 19 May 1997 03:21:55 +0000 (+0000) Subject: These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a X-Git-Tag: REL6_1~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=500b17eadf230551b0d710b0f928b27c81a3fade;p=postgresql These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a gcc'ism --- diff --git a/src/template/i386_solaris-cc b/src/template/i386_solaris-cc index 6c66e4eecd..3bba626abd 100644 --- a/src/template/i386_solaris-cc +++ b/src/template/i386_solaris-cc @@ -1,6 +1,6 @@ -AROPT:crs +AROPT:cq CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris -SHARED_LIB:-fPIC +SHARED_LIB:-K PIC ALL: SRCH_INC: SRCH_LIB: diff --git a/src/template/i386_solaris-gcc b/src/template/i386_solaris-gcc index 3bba626abd..6c66e4eecd 100644 --- a/src/template/i386_solaris-gcc +++ b/src/template/i386_solaris-gcc @@ -1,6 +1,6 @@ -AROPT:cq +AROPT:crs CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris -SHARED_LIB:-K PIC +SHARED_LIB:-fPIC ALL: SRCH_INC: SRCH_LIB: