view gcc/config/cris/t-linux @ 11:8f2e43f937f3

add cbc_make_lebeled_return function.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Wed, 09 Sep 2009 18:47:06 +0900
parents a06113de4d67
children 04ced10e8804
line wrap: on
line source

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