OSDN Git Service

Fix debian bug 307503, error compiling libatomic-ops package.
[pf3gnuchains/gcc-fork.git] / gcc / config / t-vxworks
1 # Since we have a functional assert.h, use it.
2 INSTALL_ASSERT_H =
3
4 # Build libgcc using the multilib mechanism
5
6 LIBGCC = stmp-multilib
7 INSTALL_LIBGCC = install-multilib
8
9 # No special flags needed for libgcc.a
10 TARGET_LIBGCC2_CFLAGS =
11
12 # Don't build libgcc.a with debug info
13 LIBGCC2_DEBUG_CFLAGS =
14
15 # Extra libgcc2 module used by gthr-vxworks.h functions
16 LIB2FUNCS_EXTRA = $(srcdir)/config/vxlib.c
17
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)"