Retro68/gcc/libgcc/config/t-vxworks

16 lines
634 B
Plaintext
Raw Normal View History

2012-03-27 23:13:14 +00:00
# Don't build libgcc.a with debug info
LIBGCC2_DEBUG_CFLAGS =
# Extra libgcc2 modules used by gthr-vxworks.h functions
2018-12-28 15:30:48 +00:00
LIB2ADDEH += $(srcdir)/config/vxlib.c $(srcdir)/config/vxlib-tls.c
2012-03-27 23:13:14 +00:00
2018-12-28 15:30:48 +00:00
# This ensures that the correct target headers are used; some VxWorks
# system headers have names that collide with GCC's internal (host)
# headers, e.g. regs.h. Make sure the local libgcc headers still
# prevail (e.g. unwind.h).
LIBGCC2_INCLUDES = -nostdinc -I. \
`case "/$(MULTIDIR)" in \
*/mrtp*) echo -I$(WIND_USR)/h -I$(WIND_USR)/h/wrn/coreip ;; \
*) echo -I$(WIND_BASE)/target/h -I$(WIND_BASE)/target/h/wrn/coreip ;; \
2012-03-27 23:13:14 +00:00
esac`