mirror of git://git.musl-libc.org/musl
some docs fixes for x86_64
This commit is contained in:
parent
9b235e8374
commit
0b9a1ed00c
|
@ -19,6 +19,9 @@ The implementation of DES for crypt (src/misc/crypt.c) is Copyright ©
|
||||||
1994 David Burren. It is licensed under a BSD license compatible with
|
1994 David Burren. It is licensed under a BSD license compatible with
|
||||||
the GNU LGPL.
|
the GNU LGPL.
|
||||||
|
|
||||||
|
The x86_64 port was written by Nicholas J. Kain. See individual files
|
||||||
|
for their copyright status.
|
||||||
|
|
||||||
All files which have no copyright comments are original works
|
All files which have no copyright comments are original works
|
||||||
Copyright © 2005-2011 Rich Felker, the main author of this library.
|
Copyright © 2005-2011 Rich Felker, the main author of this library.
|
||||||
The decision to exclude such comments is intentional, as it should be
|
The decision to exclude such comments is intentional, as it should be
|
||||||
|
|
9
INSTALL
9
INSTALL
|
@ -5,12 +5,9 @@ A quick-and-simple guide to installing musl:
|
||||||
STEP 1: Configuration
|
STEP 1: Configuration
|
||||||
|
|
||||||
Edit config.mak to override installation prefix, compiler options,
|
Edit config.mak to override installation prefix, compiler options,
|
||||||
etc. as needed. The defaults should be okay for trying out musl with
|
target architecture, etc. as needed. Currently supported archs are
|
||||||
static linking only. The only arch supported at present is i386. If
|
i386 and x86_64. Otherwise, the defaults should be okay for trying out
|
||||||
you're on an x86_64 machine, you can add -m32 to the compiler options
|
musl with static linking only.
|
||||||
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.
|
|
||||||
|
|
||||||
DO NOT set the prefix to /, /usr, or even /usr/local unless you really
|
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
|
know what you're doing! You'll probably break your system such that
|
||||||
|
|
Loading…
Reference in New Issue