Merge branch 'gdb' into 'master'

Update gnu-binutils to compile GDB as well

See merge request redox-os/cookbook!239
This commit is contained in:
Jeremy Soller 2020-06-25 12:53:09 +00:00
commit ce969b5a8f

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)"