* gcc-interface/decl.c (gnat_to_gnu_field): Do not set the alignment
[official-gcc.git] / libgcc / config / t-vxworks7
blobae1dff9ccbdb6f0003e111ab3c90ccfe826966df
1 # Don't build libgcc.a with debug info
2 LIBGCC2_DEBUG_CFLAGS =
4 # Extra libgcc2 modules used by gthr-vxworks.h functions
5 LIB2ADDEH += $(srcdir)/config/vxlib.c $(srcdir)/config/vxlib-tls.c
7 # This ensures that the correct target headers are used; some VxWorks
8 # system headers have names that collide with GCC's internal (host)
9 # headers, e.g. regs.h. Make sure the local libgcc headers still
10 # prevail (e.g. unwind.h).
11 LIBGCC2_INCLUDES = -nostdinc \
12   -I. -I$(VSB_DIR)/h -I$(VSB_DIR)/share/h \
13   `case "/$(MULTIDIR)" in \
14       */mrtp*) echo -I$(VSB_DIR)/usr/h/public -I$(VSB_DIR)/usr/h ;; \
15       *) echo -I$(VSB_DIR)/krnl/h/system -I$(VSB_DIR)/krnl/h/public ;; \
16    esac`