mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
Update build notes
This commit is contained in:
parent
bb9e16c6ea
commit
b2d0b20ae6
@ -37,9 +37,9 @@ it needs to be newer than 6.0.0.
|
||||
|
||||
Configure:
|
||||
|
||||
CC=path-to-llvm/clang CXX=path-to-llvm/clang \
|
||||
CC=path-to-llvm/clang CXX=path-to-llvm/clang++ \
|
||||
../glibc/configure --disable-werror --with-clang --disable-float128 \
|
||||
--with-lld --with-default-link --prefix=/something
|
||||
--with-lld --with-default-link --disable-multi-arch --prefix=/something
|
||||
|
||||
To build with BFD ld as linker, omit the "--with-lld
|
||||
--with-default-link". (Gold has had problems in the past.)
|
||||
@ -49,7 +49,7 @@ Build:
|
||||
make
|
||||
make install
|
||||
|
||||
To test:
|
||||
Test:
|
||||
|
||||
make check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user