t-vxworks (LIBGCC2_INCLUDES): Remove extraneous dollar sign before $(MULTIDIR).
2017-05-30 Olivier Hainque <hainque@adacore.com> libgcc/ * config/t-vxworks (LIBGCC2_INCLUDES): Remove extraneous dollar sign before $(MULTIDIR). From-SVN: r248684
This commit is contained in:
parent
01275e1e5a
commit
5b2edf5314
@ -1,3 +1,8 @@
|
||||
2017-05-30 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* config/t-vxworks (LIBGCC2_INCLUDES): Remove extraneous
|
||||
dollar sign before $(MULTIDIR).
|
||||
|
||||
2017-05-26 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR libgcc/80037
|
||||
|
@ -8,7 +8,7 @@ LIB2ADD = $(srcdir)/config/vxlib.c $(srcdir)/config/vxlib-tls.c
|
||||
# VxWorks system headers have names that collide with GCC's
|
||||
# internal (host) headers, e.g. regs.h.
|
||||
LIBGCC2_INCLUDES = -nostdinc -I \
|
||||
`case "/$$(MULTIDIR)" in \
|
||||
`case "/$(MULTIDIR)" in \
|
||||
*/mrtp*) echo $(WIND_USR)/h ;; \
|
||||
*) echo $(WIND_BASE)/target/h ;; \
|
||||
esac`
|
||||
|
Loading…
Reference in New Issue
Block a user