OSDN Git Service

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