--disable-nlp causes the build to fail for mysterious reasons. This
option is also not documented anywhere so it was probably meant to be
--disable-nls like in binutils.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5fef412a..cee1db7e 100644
--- a/README.md+++ b/README.md
@@ -37,7 +37,7 @@ And GCC:
--with-sysroot=$sysroot \
--enable-languages=c,c++ \
--disable-gcov \
- --disable-nlp+ --disable-nlsmake all-gcc all-target-libgcc
make install-gcc install-target-libgcc
make all-target-libstdc++-v3
--
2.46.0