2005-03-29 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / gcc / config / t-vxworks
blobebf47e1bcceb402e51714433bc38cae0544d3078
1 # Since we have a functional assert.h, use it.
2 INSTALL_ASSERT_H =
4 # Build libgcc using the multilib mechanism
6 LIBGCC = stmp-multilib
7 INSTALL_LIBGCC = install-multilib
9 # No special flags needed for libgcc.a
10 TARGET_LIBGCC2_CFLAGS =
12 # Don't build libgcc.a with debug info
13 LIBGCC2_DEBUG_CFLAGS =
15 # Extra libgcc2 module used by gthr-vxworks.h functions
16 LIB2FUNCS_EXTRA = $(srcdir)/config/vxlib.c
18 # This ensures that the correct target headers are used; some
19 # VxWorks system headers have names that collide with GCC's
20 # internal (host) headers, e.g. regs.h.
21 # FIXME: May not be necessary anymore.
22 LIBGCC2_INCLUDES="-I$(SYSTEM_HEADER_DIR)"