OSDN Git Service

Move libgcc2 to toplevel libgcc
[pf3gnuchains/gcc-fork.git] / libgcc / config / t-vxworks
1 # FIXME: Need to specify the next two?
2 # No special flags needed for libgcc.a
3 HOST_LIBGCC2_CFLAGS =
4
5 # Don't build libgcc.a with debug info
6 LIBGCC2_DEBUG_CFLAGS =
7
8 # Extra libgcc2 modules used by gthr-vxworks.h functions
9 LIB2ADD = $(srcdir)/config/vxlib.c $(srcdir)/config/vxlib-tls.c
10
11 # This ensures that the correct target headers are used; some
12 # VxWorks system headers have names that collide with GCC's
13 # internal (host) headers, e.g. regs.h.
14 LIBGCC2_INCLUDES = -nostdinc -I \
15   `case "/$$(MULTIDIR)" in \
16      */mrtp*) echo $(WIND_USR)/h ;; \
17      *) echo $(WIND_BASE)/target/h ;; \
18    esac`