8sa1-gcc/gcc/config/t-svr4
Jason Merrill a9cd52eb9d Use -fPIC instead of -fpic
From-SVN: r9178
1995-03-13 23:11:08 +00:00

8 lines
343 B
Plaintext

# We need to use -fPIC when we are using gcc to compile the routines in
# crtstuff.c. This is only really needed when we are going to use gcc/g++
# to produce a shared library, but since we don't know ahead of time when
# we will be doing that, we just always use -fPIC when compiling the
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fPIC