~sircmpwn/public-inbox

bunnix: README: Fix GCC configure options v1 APPLIED

Alexey Yerin: 1
 README: Fix GCC configure options

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/public-inbox/patches/54686/mbox | git am -3
Learn more about email & git

[PATCH bunnix] README: Fix GCC configure options Export this patch

--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-nls
make all-gcc all-target-libgcc
make install-gcc install-target-libgcc
make all-target-libstdc++-v3
-- 
2.46.0
Thanks!

To git@git.sr.ht:~sircmpwn/bunnix
   94ce3d33e..eeca61d0f  master -> master