]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update build notes
authorStan Shebs <stanshebs@google.com>
Thu, 15 Nov 2018 19:59:49 +0000 (11:59 -0800)
committerFangrui Song <i@maskray.me>
Sat, 28 Aug 2021 00:23:15 +0000 (17:23 -0700)
README.grte

index f7b77818bbfd175665aacaff7ac3218b6c010103..4a4e2babdbce1f4d005947df744b439e90b53755 100644 (file)
@@ -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