From 307eb5dd0177c949846427212c972409fa79ba82 Mon Sep 17 00:00:00 2001 From: jD91mZM2 Date: Thu, 25 Jun 2020 13:12:09 +0200 Subject: [PATCH] Update gnu-binutils to compile GDB as well --- recipes/gnu-binutils/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gnu-binutils/recipe.sh b/recipes/gnu-binutils/recipe.sh index bca6e157e..edd7aaf74 100644 --- a/recipes/gnu-binutils/recipe.sh +++ b/recipes/gnu-binutils/recipe.sh @@ -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)"