diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1995-12-04 17:58:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1995-12-04 17:58:56 +0000 |
commit | 26871ac48a9a6257e0e9a1c317e72bc2895f02ed (patch) | |
tree | 804ffb1cb99b05eb59841c8356ededd7ae5316a9 /gcc | |
parent | a688adc783671b2c37665f866fbc9e519c0ba376 (diff) | |
download | gcc-26871ac48a9a6257e0e9a1c317e72bc2895f02ed.zip gcc-26871ac48a9a6257e0e9a1c317e72bc2895f02ed.tar.gz gcc-26871ac48a9a6257e0e9a1c317e72bc2895f02ed.tar.bz2 |
Use -fPIC unconditionally
From-SVN: r10668
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/t-sol2 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index 12de947..ba9365a 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 |