1 1.1 mrg # Don't build libgcc.a with debug info 2 1.1 mrg LIBGCC2_DEBUG_CFLAGS = 3 1.1 mrg 4 1.1 mrg # We do not have access to the cache library when building a vThreads 5 1.1 mrg # application. 6 1.1 mrg 7 1.1 mrg # This ensures that the correct target headers are used; some VxWorks 8 1.1 mrg # system headers have names that collide with GCC's internal (host) 9 1.1 mrg # headers, e.g. regs.h. Make sure the local libgcc headers still 10 1.1 mrg # prevail (e.g. unwind.h), and that gcc provided header files intended 11 1.1 mrg # to be user visible eventually are visible as well. 12 1.1 mrg LIBGCC2_INCLUDES = -nostdinc -I. \ 13 1.1 mrg -I$(MULTIBUILDTOP)../../gcc/include \ 14 1.1 mrg `case "/$(MULTIDIR)" in \ 15 1.1 mrg */mvthreads*) echo -I$(WIND_BASE)/target/vThreads/h -I$(WIND_BASE)/target/val/h -I$(WIND_BASE)/target/h/wrn/coreip ;; \ 16 1.1 mrg *) echo -I$(WIND_BASE)/target/h -I$(WIND_BASE)/target/h/wrn/coreip ;; \ 17 1.1 mrg esac` 18