diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-05-19 03:21:55 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-05-19 03:21:55 +0000 |
commit | 500b17eadf230551b0d710b0f928b27c81a3fade (patch) | |
tree | 3ed843bc5e2a80d72190ff26144696c68adae244 | |
parent | 33a629cfefa19edd373dfa33f8f20590375e87b1 (diff) | |
download | postgresql-500b17eadf230551b0d710b0f928b27c81a3fade.tar.gz postgresql-500b17eadf230551b0d710b0f928b27c81a3fade.zip |
These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a
gcc'ism
-rw-r--r-- | src/template/i386_solaris-cc | 4 | ||||
-rw-r--r-- | src/template/i386_solaris-gcc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/template/i386_solaris-cc b/src/template/i386_solaris-cc index 6c66e4eecd8..3bba626abd5 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 3bba626abd5..6c66e4eecd8 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: |