aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2017-05-30 12:37:39 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2017-05-30 12:37:39 +0000
commit5b2edf5314c7c8d69f2e38c1ce5aaf381a230b96 (patch)
treefa4ead2b38ad45a9b4c574158f73654bcf17a0a3 /libgcc/config
parent01275e1e5a8d45f35121f4ce7345dd62e55cf60e (diff)
downloadgcc-5b2edf5314c7c8d69f2e38c1ce5aaf381a230b96.zip
gcc-5b2edf5314c7c8d69f2e38c1ce5aaf381a230b96.tar.gz
gcc-5b2edf5314c7c8d69f2e38c1ce5aaf381a230b96.tar.bz2
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
Diffstat (limited to 'libgcc/config')
-rw-r--r--libgcc/config/t-vxworks2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/t-vxworks b/libgcc/config/t-vxworks
index 3647f75..7c9bac9 100644
--- a/libgcc/config/t-vxworks
+++ b/libgcc/config/t-vxworks
@@ -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`