aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2018-11-15 11:59:49 -0800
committerFangrui Song <i@maskray.me>2021-08-27 17:23:15 -0700
commitb2d0b20ae6a51038b2cf3bfcaa26d37710f7a581 (patch)
treeeefd2e8d30588c6191e2de059e706d4a8559d35f
parentbb9e16c6eaa8026377827b423b606e94c9a5e0f4 (diff)
downloadglibc-b2d0b20ae6a51038b2cf3bfcaa26d37710f7a581.zip
glibc-b2d0b20ae6a51038b2cf3bfcaa26d37710f7a581.tar.gz
glibc-b2d0b20ae6a51038b2cf3bfcaa26d37710f7a581.tar.bz2
Update build notes
-rw-r--r--README.grte6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.grte b/README.grte
index f7b7781..4a4e2ba 100644
--- a/README.grte
+++ b/README.grte
@@ -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