diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-04-30 12:47:04 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-04-30 12:47:04 -0400 |
commit | 90ed13d577c02ba12e6d8e23bd88411710b2f137 (patch) | |
tree | 8d25f7b274ce04bb86940c504ea62540b99af995 | |
parent | 84e914d13c6830696a0979673d789db177b2448b (diff) | |
download | docker-base-1.3.2.tar.gz |
binutils: disable compressed debug sections1.3.2
-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=/ \ |