]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/config/cris/t-linux
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / config / cris / t-linux
index 65c3000ef00ffe144a268274b659fa668b6d8964..96e861a428359d8e989de99e2b4444139ef361db 100644 (file)
@@ -1,2 +1,9 @@
 TARGET_LIBGCC2_CFLAGS += -fPIC
 CRTSTUFF_T_CFLAGS_S = $(TARGET_LIBGCC2_CFLAGS)
+SHLIB_MAPFILES += $(srcdir)/config/cris/libgcc.ver
+
+# We *know* we have a limits.h in the glibc library, with extra
+# definitions needed for e.g. libgfortran.
+ifneq ($(inhibit_libc),true)
+LIMITS_H_TEST = :
+endif