Commit 6e94a503 by Jason Merrill

(TARGET_LIBGCC2_CFLAGS): Use -fPIC.

From-SVN: r10678
parent bacebbcf
......@@ -7,3 +7,4 @@
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
TARGET_LIBGCC2_CFLAGS = -fPIC
......@@ -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
......@@ -26,3 +26,4 @@ gcrt1.o: $(srcdir)/config/sparc/sol2-g1.asm
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fPIC
TARGET_LIBGCC2_CFLAGS = -fPIC
......@@ -9,3 +9,5 @@ MULTILIB_MATCHES=
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
TARGET_LIBGCC2_CFLAGS = -fPIC
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment