Commit 26871ac4 by Ian Lance Taylor

Use -fPIC unconditionally

From-SVN: r10668
parent a688adc7
......@@ -25,8 +25,4 @@ gcrt1.o: $(srcdir)/config/sparc/sol2-g1.asm
# we will be doing that, we just always use -fPIC when compiling the
# routines in crtstuff.c.
# Since the GNU assembler doesn't support PIC yet, we need to force gcc to
# use the native assembler when building crtstuff. If we're a
# cross-compiler, just give up on using PIC.
CRTSTUFF_T_CFLAGS = `if [ -z "$(CROSS)" ]; then echo -fPIC -B/usr/ccs/bin/; fi`
CRTSTUFF_T_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