libgo: update to final Go 1.17 release
[official-gcc.git] / libgcc / config / t-vxworks7
blob6ddd3e84f330982d0b28f7b22605ad7ab209ce1f
1 # Don't build libgcc.a with debug info
2 LIBGCC2_DEBUG_CFLAGS =
4 # We provide our own implementation for __clear_cache, using a
5 # VxWorks specific entry point.
6 LIB2FUNCS_EXCLUDE += _clear_cache
8 # This ensures that the correct target headers are used; some VxWorks
9 # system headers have names that collide with GCC's internal (host)
10 # headers, e.g. regs.h. Make sure the local libgcc headers still
11 # prevail (e.g. unwind.h), and that gcc provided header files intended
12 # to be user visible eventually are visible as well.
13 LIBGCC2_INCLUDES = -nostdinc -I. \
14   -I$(MULTIBUILDTOP)../../gcc/include-fixed$(MULTISUBDIR) \
15   -I$(VSB_DIR)/h -I$(VSB_DIR)/share/h \
16   -I$(MULTIBUILDTOP)../../gcc/include \
17   `case "/$(MULTIDIR)" in \
18       */mrtp*) echo -I$(VSB_DIR)/usr/h/public -I$(VSB_DIR)/usr/h ;; \
19       *) echo -I$(VSB_DIR)/krnl/h/system -I$(VSB_DIR)/krnl/h/public ;; \
20    esac`