
# don't build libgcc
INSTALL_LIBGCC = 
INSTALL_HEADERS = 
# don't do the cplus stuff 
INSTALL_4_CPLUS=
BUILD_4_CPLUS=
# or the shared library stuff
BUILD_4_SO =
INSTALL_4_SO = 

# This is a hack.  since the makefile uses a tmp directory to build
# libgcc, any relative path ar needs to be slewed.
AR = $(srcdir)/../../binutils.a29k$(subdir)/ar
AR_FLAGS = cqs
RANLIB = echo
