Improve support for arm-wince-pe target:
[official-gcc.git] / gcc / config / t-vxworks
blob550a161152aef278ac74f050a16c0879c8a17ce0
1 # Don't run fixproto.
2 STMP_FIXPROTO =
4 # Since we have a functional assert.h, use it.
5 INSTALL_ASSERT_H =
7 # Build libgcc using the multilib mechanism
9 LIBGCC = stmp-multilib
10 INSTALL_LIBGCC = install-multilib
12 # No special flags needed for libgcc.a
13 TARGET_LIBGCC2_CFLAGS =
15 # Don't build libgcc.a with debug info
16 LIBGCC2_DEBUG_CFLAGS =
18 # Extra libgcc2 module used by gthr-vxworks.h functions
19 LIB2FUNCS_EXTRA = $(srcdir)/config/vxlib.c
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.
25 LIBGCC2_INCLUDES="-I$(SYSTEM_HEADER_DIR)"