Skip to content
Snippets Groups Projects
Commit ce969b5a authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'gdb' into 'master'

Update gnu-binutils to compile GDB as well

See merge request !239
parents e1cd72b7 307eb5dd
No related branches found
No related tags found
1 merge request!239Update gnu-binutils to compile GDB as well
...@@ -26,7 +26,7 @@ function recipe_build { ...@@ -26,7 +26,7 @@ function recipe_build {
--prefix=/ \ --prefix=/ \
--with-sysroot=/ \ --with-sysroot=/ \
--with-build-sysroot="$sysroot" \ --with-build-sysroot="$sysroot" \
--disable-gdb \ --enable-gdb \
--disable-nls \ --disable-nls \
--disable-werror --disable-werror
"$REDOX_MAKE" -j"$($NPROC)" "$REDOX_MAKE" -j"$($NPROC)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment