1 1.1 mrg # We need to use -fPIC when we are using gcc to compile the routines in 2 1.1 mrg # crtstuff.c. This is only really needed when we are going to use gcc/g++ 3 1.1 mrg # to produce a shared library, but since we don't know ahead of time when 4 1.1 mrg # we will be doing that, we just always use -fPIC when compiling the 5 1.1 mrg # routines in crtstuff.c. 6 1.1 mrg CRTSTUFF_T_CFLAGS = $(PICFLAG) 7