Update gnu-binutils to compile GDB as well

This commit is contained in:
jD91mZM2 2020-06-25 13:12:09 +02:00
parent e1cd72b775
commit 307eb5dd01
No known key found for this signature in database
GPG Key ID: E471B167937421AB

View File

@ -26,7 +26,7 @@ function recipe_build {
--prefix=/ \
--with-sysroot=/ \
--with-build-sysroot="$sysroot" \
--disable-gdb \
--enable-gdb \
--disable-nls \
--disable-werror
"$REDOX_MAKE" -j"$($NPROC)"