]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
t-vxworks (LIBGCC2_INCLUDES): Fix typo.
authorAndreas Tobler <a.tobler@schweiz.org>
Mon, 26 Jan 2009 23:01:25 +0000 (23:01 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 26 Jan 2009 23:01:25 +0000 (00:01 +0100)
2009-01-26  Andreas Tobler  <a.tobler@schweiz.org>

* config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
(INSTALL_LIBGCC): Revert typo commit.

From-SVN: r143687

gcc/ChangeLog
gcc/config/t-vxworks

index cd61b9f56c036cf44315741e01c032842332a778..3e7865f1313a038592fa8bd3084f5e5f1d51d8ec 100644 (file)
@@ -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>
 
index b896f07153646fe96f50be53a00c122298af8cbd..c9d69e0edce047b23bc712b6c533eaf1e2710766 100644 (file)
@@ -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`