diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-02-15 14:52:11 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-02-15 14:52:11 -0500 |
commit | 0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9 (patch) | |
tree | 3686da8091fcfb6a38558bf580b24de786f52148 /INSTALL | |
parent | 9b235e8374bfe15f73d470b4ad7d1c579fd9a71e (diff) | |
download | musl-0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9.tar.gz musl-0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9.tar.xz musl-0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9.zip |
some docs fixes for x86_64
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL index 2470a5bf..5dd7b677 100644 --- a/INSTALL +++ b/INSTALL @@ -5,12 +5,9 @@ A quick-and-simple guide to installing musl: STEP 1: Configuration Edit config.mak to override installation prefix, compiler options, -etc. as needed. The defaults should be okay for trying out musl with -static linking only. The only arch supported at present is i386. If -you're on an x86_64 machine, you can add -m32 to the compiler options -to build a working 32bit musl. In this case you will also need to add --m32 in two locations in the generated tools/musl-gcc script if you -intend to use it. +target architecture, etc. as needed. Currently supported archs are +i386 and x86_64. Otherwise, the defaults should be okay for trying out +musl with static linking only. DO NOT set the prefix to /, /usr, or even /usr/local unless you really know what you're doing! You'll probably break your system such that |