From b2d0b20ae6a51038b2cf3bfcaa26d37710f7a581 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 15 Nov 2018 11:59:49 -0800 Subject: [PATCH] Update build notes --- README.grte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.grte b/README.grte index f7b77818bbf..4a4e2babdbc 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 -- 2.47.2