* ropeimpl.h: Check __STL_PTHREADS instead of _PTHREADS.
[official-gcc.git] / gcc / config / t-svr4
blob7d34cc82995e3833f4614fe2ba13b963c869610c
1 # We need to use -fPIC when we are using gcc to compile the routines in
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
4 # we will be doing that, we just always use -fPIC when compiling the
5 # routines in crtstuff.c.
6 # Similarly for TARGET_LIBGCC2_CFLAGS
8 CRTSTUFF_T_CFLAGS = -fPIC
9 TARGET_LIBGCC2_CFLAGS = -fPIC