diff options
Diffstat (limited to 'gcc/config/t-vxworks')
-rw-r--r-- | gcc/config/t-vxworks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks index b896f071536..c9d69e0edce 100644 --- a/gcc/config/t-vxworks +++ b/gcc/config/t-vxworks @@ -22,7 +22,7 @@ EXTRA_HEADERS += $(srcdir)/gthr-vxworks.h gthr-default.h # VxWorks system headers have names that collide with GCC's # internal (host) headers, e.g. regs.h. LIBGCC2_INCLUDES = -nostdinc -I \ - `case "/$$(MULTIDIRS)" in \ + `case "/$$(MULTIDIR)" in \ */mrtp*) echo $(WIND_USR)/h ;; \ *) echo $(WIND_BASE)/target/h ;; \ esac` |