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:
Olivier Hainque 2017-05-30 12:37:39 +00:00 committed by Olivier Hainque
parent 01275e1e5a
commit 5b2edf5314
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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`