1# Don't run fixproto.
2STMP_FIXPROTO =
3
4# Build libgcc using the multilib mechanism
5LIBGCC = stmp-multilib
6INSTALL_LIBGCC = install-multilib
7
8# No special flags needed for libgcc.a
9TARGET_LIBGCC2_CFLAGS =
10
11# Don't build libgcc.a with debug info
12LIBGCC2_DEBUG_CFLAGS =
13
14# Extra libgcc2 module used by gthr-vxworks.h functions
15LIB2FUNCS_EXTRA = $(srcdir)/config/vxlib.c
16
17# Some runtime modules need these.  Can't set extra_headers in config.gcc
18# because the paths are always made absolute to the cpu config dir.
19EXTRA_HEADERS += $(srcdir)/gthr-vxworks.h gthr-default.h
20
21# This ensures that the correct target headers are used; some
22# VxWorks system headers have names that collide with GCC's
23# internal (host) headers, e.g. regs.h.
24# FIXME: May not be necessary anymore.
25LIBGCC2_INCLUDES="-I$(SYSTEM_HEADER_DIR)"
26
27EXTRA_MULTILIB_PARTS = 
28