From 500b17eadf230551b0d710b0f928b27c81a3fade Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Mon, 19 May 1997 03:21:55 +0000
Subject: [PATCH] These two files got reversed somehow... -K PIC is a cc'ism
 and -fPIC is a gcc'ism

---
 src/template/i386_solaris-cc  | 4 ++--
 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:
-- 
GitLab