1 # Don't build libgcc.a with debug info
4 # Extra libgcc2 modules used by gthr-vxworks.h functions
5 LIB2ADD = $(srcdir)/config/vxlib.c $(srcdir)/config/vxlib-tls.c
7 # This ensures that the correct target headers are used; some
8 # VxWorks system headers have names that collide with GCC's
9 # internal (host) headers, e.g. regs.h.
10 LIBGCC2_INCLUDES = -nostdinc -I \
11 `case "/$$(MULTIDIR)" in \
12 */mrtp*) echo $(WIND_USR)/h ;; \
13 *) echo $(WIND_BASE)/target/h ;; \