summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-26 21:47:10 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-26 21:47:10 +0000
commitf1d36ba62605da423abaebc4ff8864098d307a8f (patch)
treedf6677232ba552706136f94160dd416a60b90433
parent7ffebbad0e0d2c0806249d69727a29d848145902 (diff)
downloadppe42-gcc-f1d36ba62605da423abaebc4ff8864098d307a8f.tar.gz
ppe42-gcc-f1d36ba62605da423abaebc4ff8864098d307a8f.zip
2009-01-26 Andreas Tobler <a.tobler@schweiz.org>
* config/t-vxworks (LIBGCC2_INCLUDES): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143686 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/t-vxworks2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index da0b76a8a13..cd61b9f56c0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-26 Andreas Tobler <a.tobler@schweiz.org>
+
+ * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
+
2009-01-26 Richard Guenther <rguenther@suse.de>
PR tree-optimization/38745
diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks
index c9d69e0edce..b896f071536 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 "/$$(MULTIDIR)" in \
+ `case "/$$(MULTIDIRS)" in \
*/mrtp*) echo $(WIND_USR)/h ;; \
*) echo $(WIND_BASE)/target/h ;; \
esac`
OpenPOWER on IntegriCloud