aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/t-vxworks
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/t-vxworks')
-rw-r--r--libgcc/config/t-vxworks4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgcc/config/t-vxworks b/libgcc/config/t-vxworks
index aa79474..18a0b1e 100644
--- a/libgcc/config/t-vxworks
+++ b/libgcc/config/t-vxworks
@@ -17,4 +17,6 @@ LIBGCC2_INCLUDES = -nostdinc -I. \
-I$(VSB_DIR)/h -I$(VSB_DIR)/share/h -I=/system -I=/public, \
-I=/ -I=/wrn/coreip)
-CRTSTUFF_T_CFLAGS = $(LIBGCC2_INCLUDES)
+# Use these also for the vxcrstuff objects (.e.g for version.h), on top of
+# the options possibly already set specifically for the target:
+CRTSTUFF_T_CFLAGS += $(LIBGCC2_INCLUDES)