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
This commit is contained in:
Andreas Tobler 2009-01-26 23:01:25 +00:00 committed by Andreas Tobler
parent 9112bb3835
commit 5efb79fcab
2 changed files with 2 additions and 1 deletions

View 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>

View 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`