comparison gcc/config/cris/t-linux @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 04ced10e8804
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 TARGET_LIBGCC2_CFLAGS += -fPIC
2 CRTSTUFF_T_CFLAGS_S = $(TARGET_LIBGCC2_CFLAGS)
3 SHLIB_MAPFILES += $(srcdir)/config/cris/libgcc.ver
4
5 # We *know* we have a limits.h in the glibc library, with extra
6 # definitions needed for e.g. libgfortran.
7 ifneq ($(inhibit_libc),true)
8 LIMITS_H_TEST = :
9 endif