From 26871ac48a9a6257e0e9a1c317e72bc2895f02ed Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 4 Dec 1995 17:58:56 +0000 Subject: [PATCH] Use -fPIC unconditionally From-SVN: r10668 --- gcc/config/sparc/t-sol2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index 12de947a70d2..ba9365ad5f38 100644 --- a/gcc/config/sparc/t-sol2 +++ b/gcc/config/sparc/t-sol2 @@ -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 -- 2.43.5