]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/t-svr4
* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
[thirdparty/gcc.git] / gcc / config / t-svr4
CommitLineData
a9cd52eb 1# We need to use -fPIC when we are using gcc to compile the routines in
68d69835
JM
2# crtstuff.c. This is only really needed when we are going to use gcc/g++
3# to produce a shared library, but since we don't know ahead of time when
a9cd52eb 4# we will be doing that, we just always use -fPIC when compiling the
e5e809f4 5# routines in crtstuff.c. Likewise for libgcc2.c.
68d69835 6
a9cd52eb 7CRTSTUFF_T_CFLAGS = -fPIC
90ad3ab7 8TARGET_LIBGCC2_CFLAGS = -fPIC