* Eliminate FAKE_SOURCES
authorChris Lattner <sabre@nondot.org>
Fri, 27 Jan 2006 22:13:12 +0000 (22:13 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Jan 2006 22:13:12 +0000 (22:13 +0000)
commit896811180fd1b807980714f2bf2efc557f5e713d
treea73f7f093aa19d0a2f5dc73722a08c433f016f18
parente826a018b94c72212021517fb91e6ffb30f1b214
* Eliminate FAKE_SOURCES
* Make runtimes and projects build with the new front-end by not relying on
  'llvm-gcc -c' to build a .bc file.  Instead, use llvm-gcc -S -emit-llvm,
  then an explicit invocation of gccas.  Also, don't use llvm-gcc to link
  .bc files together, use gccld directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25707 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules