These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a

gcc'ism
This commit is contained in:
Marc G. Fournier 1997-05-19 03:21:55 +00:00
parent 33a629cfef
commit 500b17eadf
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: