]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/sparc/t-sol2
Use -fPIC unconditionally
[gcc.git] / gcc / config / sparc / t-sol2
index 12de947a70d2b5798ad55b4e51546b37536121ff..ba9365ad5f38984f949ec40b1e41640815489305 100644 (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
This page took 0.026933 seconds and 5 git commands to generate.