mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a
gcc'ism
This commit is contained in:
parent
33a629cfef
commit
500b17eadf
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user