Commit 5efb79fc by Andreas Tobler Committed by Andreas Tobler

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
parent 9112bb38
2009-01-26 Andreas Tobler <a.tobler@schweiz.org> 2009-01-26 Andreas Tobler <a.tobler@schweiz.org>
* config/t-vxworks (LIBGCC2_INCLUDES): Fix typo. * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
(INSTALL_LIBGCC): Revert typo commit.
2009-01-26 Richard Guenther <rguenther@suse.de> 2009-01-26 Richard Guenther <rguenther@suse.de>
......
...@@ -22,7 +22,7 @@ EXTRA_HEADERS += $(srcdir)/gthr-vxworks.h gthr-default.h ...@@ -22,7 +22,7 @@ EXTRA_HEADERS += $(srcdir)/gthr-vxworks.h gthr-default.h
# VxWorks system headers have names that collide with GCC's # VxWorks system headers have names that collide with GCC's
# internal (host) headers, e.g. regs.h. # internal (host) headers, e.g. regs.h.
LIBGCC2_INCLUDES = -nostdinc -I \ LIBGCC2_INCLUDES = -nostdinc -I \
`case "/$$(MULTIDIRS)" in \ `case "/$$(MULTIDIR)" in \
*/mrtp*) echo $(WIND_USR)/h ;; \ */mrtp*) echo $(WIND_USR)/h ;; \
*) echo $(WIND_BASE)/target/h ;; \ *) echo $(WIND_BASE)/target/h ;; \
esac` esac`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment