summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1995-12-05 03:26:37 +0000
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1995-12-05 03:26:37 +0000
commit1fd932cf2d2c59cd155f6b3558c55d45d2e2b32d (patch)
tree8b2931850ccdff4cfc57c37898e8199cb8307bc5
parentcb4832da9c937d797eaf2d661ca567c7a1e03fb3 (diff)
downloadppe42-gcc-1fd932cf2d2c59cd155f6b3558c55d45d2e2b32d.tar.gz
ppe42-gcc-1fd932cf2d2c59cd155f6b3558c55d45d2e2b32d.zip
(TARGET_LIBGCC2_CFLAGS): Use -fPIC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10678 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/i386/t-crtpic1
-rw-r--r--gcc/config/pa/t-pa2
-rw-r--r--gcc/config/sparc/t-sol21
-rw-r--r--gcc/config/sparc/t-sunos412
4 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/t-crtpic b/gcc/config/i386/t-crtpic
index f5dd073a664..ff81a9bef9c 100644
--- a/gcc/config/i386/t-crtpic
+++ b/gcc/config/i386/t-crtpic
@@ -7,3 +7,4 @@
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
+TARGET_LIBGCC2_CFLAGS = -fPIC
diff --git a/gcc/config/pa/t-pa b/gcc/config/pa/t-pa
index 07dc2cb09c7..1740b5a3b4e 100644
--- a/gcc/config/pa/t-pa
+++ b/gcc/config/pa/t-pa
@@ -6,3 +6,5 @@ LIB2FUNCS_EXTRA=lib2funcs.asm
lib2funcs.asm: $(srcdir)/config/pa/$(LIB2FUNCS_EXTRA)
rm -f lib2funcs.asm
cp $(srcdir)/config/pa/$(LIB2FUNCS_EXTRA) .
+
+TARGET_LIBGCC2_CFLAGS = -fPIC
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2
index ba9365ad5f3..0e3ab85b2ea 100644
--- a/gcc/config/sparc/t-sol2
+++ b/gcc/config/sparc/t-sol2
@@ -26,3 +26,4 @@ gcrt1.o: $(srcdir)/config/sparc/sol2-g1.asm
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fPIC
+TARGET_LIBGCC2_CFLAGS = -fPIC
diff --git a/gcc/config/sparc/t-sunos41 b/gcc/config/sparc/t-sunos41
index 77924e1b129..ef3490ec554 100644
--- a/gcc/config/sparc/t-sunos41
+++ b/gcc/config/sparc/t-sunos41
@@ -9,3 +9,5 @@ MULTILIB_MATCHES=
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
+
+TARGET_LIBGCC2_CFLAGS = -fPIC
OpenPOWER on IntegriCloud