OSDN Git Service

Add llvm-rs-cc to the tools buildable under Windows.
authorRaphael <raphael@google.com>
Wed, 12 Jan 2011 21:33:04 +0000 (13:33 -0800)
committerRaphael <raphael@google.com>
Wed, 12 Jan 2011 21:33:04 +0000 (13:33 -0800)
commitd3e6fcbe6cfc531719429b7fec844565aa8089e7
tree399accd9d6a80a9f12a49f42d9a64cf517b56398
parent94978cf495879120c2dadf7afb2058688546be09
Add llvm-rs-cc to the tools buildable under Windows.

To be able to "make llvm-rs-cc" as a Windows SDK tool, we
first need to let the build system know which folders can be
built.

Once this is done, building can be done using the mingw32
package to do cross-compiling under Linux:
  $ USE_MINGW=1 make llvm-rs-cc

Change-Id: I5538f4c52c74dad18dd50b59c9bdbcd6de3fd191
core/main.mk