118334Speter# We need to use -fPIC when we are using gcc to compile the routines in
218334Speter# crtstuff.c.  This is only really needed when we are going to use gcc/g++
318334Speter# to produce a shared library, but since we don't know ahead of time when
418334Speter# we will be doing that, we just always use -fPIC when compiling the
550397Sobrien# routines in crtstuff.c.  Likewise for libgcc2.c.
618334Speter
718334SpeterCRTSTUFF_T_CFLAGS = -fPIC
850397SobrienTARGET_LIBGCC2_CFLAGS = -fPIC
990075Sobrien
1090075Sobrien# See all the declarations.
1190075SobrienFIXPROTO_DEFINES = -D_XOPEN_SOURCE
12