diff options
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 0a05f0c5c5..69bfcb91d6 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -748,11 +748,11 @@ source code:</p> <tt>./configure --prefix=[dir]</tt>, defaults to <tt>/usr/local</tt>. <p> - <dt><tt>gmake install-bytecode</tt> + <dt><tt>gmake -C runtime install</tt> <dd> - Assuming you built LLVM into $OBJDIR, when this command is run in - $OBJDIR/runtime, it will install bytecode libraries into the GCC front end's - bytecode library directory. If you need to update your bytecode libraries, + Assuming you built LLVM into $OBJDIR, when this command is run, it will + install bytecode libraries into the GCC front end's bytecode library + directory. If you need to update your bytecode libraries, this is the target to use once you've built them. <p> </dl> |