search for: 98278eb6

Displaying 3 results from an estimated 3 matches for "98278eb6".

2009 Oct 14
1
[LLVMdev] fudging the top-level Makefile
...ditional. IMHO this is uglier and more fragile than my original proposal, but it's still workable: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: llvmCore.diffs.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091014/98278eb6/attachment.txt> -------------- next part -------------- stuart
2009 Oct 09
0
[LLVMdev] fudging the top-level Makefile
On Oct 9, 2009, at 8:40 AM, Stuart Hastings wrote: > > On Oct 8, 2009, at 5:18 PM, Mike Stump wrote: > >> On Oct 8, 2009, at 4:52 PM, Stuart Hastings wrote: >>> Currently, to get LLVM to build "Apple-style," it's necessary to >>> copy two files (utils/buildit/GNUmakefile and utils/buildit/ >>> build_llvm) into the top-level directory.
2009 Oct 09
2
[LLVMdev] fudging the top-level Makefile
On Oct 8, 2009, at 5:18 PM, Mike Stump wrote: > On Oct 8, 2009, at 4:52 PM, Stuart Hastings wrote: >> Currently, to get LLVM to build "Apple-style," it's necessary to >> copy two files (utils/buildit/GNUmakefile and utils/buildit/ >> build_llvm) into the top-level directory. > > Why not: > > $ RC_ARCHS="x86" make > echo Apple Build.