5560e8c0af
2017-08-01 Olivier Hainque <hainque@adacore.com> * config/t-vxworks: Instead of redefining LIB2ADD, augment LIB2ADDEH with vxlib.c and vxlib-tls.c. From-SVN: r250775
15 lines
562 B
Plaintext
15 lines
562 B
Plaintext
# Don't build libgcc.a with debug info
|
|
LIBGCC2_DEBUG_CFLAGS =
|
|
|
|
# Extra libgcc2 modules used by gthr-vxworks.h functions
|
|
LIB2ADDEH += $(srcdir)/config/vxlib.c $(srcdir)/config/vxlib-tls.c
|
|
|
|
# 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.
|
|
LIBGCC2_INCLUDES = -nostdinc \
|
|
`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 ;; \
|
|
esac`
|