Merged with mainline at revision 128810.
[official-gcc.git] / gcc / config / cris / t-linux
blobe10d083f5654f89bd16d71f66b637cd63e9d56c9
1 TARGET_LIBGCC2_CFLAGS += -fPIC
2 CRTSTUFF_T_CFLAGS_S = $(TARGET_LIBGCC2_CFLAGS)
4 # We *know* we have a limits.h in the glibc library, with extra
5 # definitions needed for e.g. libgfortran.
6 ifneq ($(inhibit_libc),true)
7 LIMITS_H_TEST = :
8 endif