mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97181 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7def293487
commit
abbf7cb7a9
@ -437,7 +437,7 @@ Stop.
|
|||||||
<div class="answer">
|
<div class="answer">
|
||||||
<p>The <tt>GNUmakefile</tt> in the top-level directory of LLVM-GCC is a special
|
<p>The <tt>GNUmakefile</tt> in the top-level directory of LLVM-GCC is a special
|
||||||
<tt>Makefile</tt> used by Apple to invoke the <tt>build_gcc</tt> script after
|
<tt>Makefile</tt> used by Apple to invoke the <tt>build_gcc</tt> script after
|
||||||
setting up a special environment. This has the unforunate side-effect that
|
setting up a special environment. This has the unfortunate side-effect that
|
||||||
trying to build LLVM-GCC with srcdir == objdir in a "non-Apple way" invokes
|
trying to build LLVM-GCC with srcdir == objdir in a "non-Apple way" invokes
|
||||||
the <tt>GNUmakefile</tt> instead of <tt>Makefile</tt>. Because the
|
the <tt>GNUmakefile</tt> instead of <tt>Makefile</tt>. Because the
|
||||||
environment isn't set up correctly to do this, the build fails.</p>
|
environment isn't set up correctly to do this, the build fails.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user