Use -fPIC unconditionally

From-SVN: r10668
This commit is contained in:
Ian Lance Taylor 1995-12-04 17:58:56 +00:00
parent a688adc783
commit 26871ac48a

View File

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