mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 13:10:50 +08:00
Use -fPIC unconditionally
From-SVN: r10668
This commit is contained in:
parent
a688adc783
commit
26871ac48a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user