diff options
-rw-r--r-- | LATEST | 2 | ||||
-rwxr-xr-x | etc/pkgs/002-binutils.sh | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1 +1 @@ -1.3.1 +1.3.2 diff --git a/etc/pkgs/002-binutils.sh b/etc/pkgs/002-binutils.sh index 82cc1c5..6ea5ab2 100755 --- a/etc/pkgs/002-binutils.sh +++ b/etc/pkgs/002-binutils.sh @@ -20,6 +20,7 @@ pushd binutils --enable-ld=default \ --enable-plugins \ --enable-threads \ + --enable-compressed-debug-sections=none \ --disable-static \ --disable-multilib \ --with-sysroot=/ \ |