diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-26 23:01:25 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-26 23:01:25 +0000 |
commit | c3f759280b13df9ecfb8df02e8507febc278f176 (patch) | |
tree | 13ed42594a24765a373e894cf021312338e3f331 /gcc/config/t-vxworks | |
parent | f1d36ba62605da423abaebc4ff8864098d307a8f (diff) | |
download | gcc-c3f759280b13df9ecfb8df02e8507febc278f176.tar.gz |
2009-01-26 Andreas Tobler <a.tobler@schweiz.org>
* config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
(INSTALL_LIBGCC): Revert typo commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143687 138bc75d-0d04-0410-961f-82ee72b054a4
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` |