aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2009-01-26 23:01:25 +0000
committerAndreas Tobler <andreast@gcc.gnu.org>2009-01-27 00:01:25 +0100
commit5efb79fcabdcd5e0633e938f6864ecf58700c1b3 (patch)
tree13ed42594a24765a373e894cf021312338e3f331 /gcc
parent9112bb38357ab77c6d35138c916a10f386d641ea (diff)
downloadgcc-5efb79fcabdcd5e0633e938f6864ecf58700c1b3.zip
gcc-5efb79fcabdcd5e0633e938f6864ecf58700c1b3.tar.gz
gcc-5efb79fcabdcd5e0633e938f6864ecf58700c1b3.tar.bz2
t-vxworks (LIBGCC2_INCLUDES): Fix typo.
2009-01-26 Andreas Tobler <a.tobler@schweiz.org> * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo. (INSTALL_LIBGCC): Revert typo commit. From-SVN: r143687
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/config/t-vxworks2
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cd61b9f..3e7865f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,7 @@
2009-01-26 Andreas Tobler <a.tobler@schweiz.org>
* config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
+ (INSTALL_LIBGCC): Revert typo commit.
2009-01-26 Richard Guenther <rguenther@suse.de>
diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks
index b896f07..c9d69e0 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`