summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-04-30 12:47:04 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-04-30 12:47:04 -0400
commit90ed13d577c02ba12e6d8e23bd88411710b2f137 (patch)
tree8d25f7b274ce04bb86940c504ea62540b99af995
parent84e914d13c6830696a0979673d789db177b2448b (diff)
downloaddocker-base-1.3.2.tar.gz
binutils: disable compressed debug sections1.3.2
-rw-r--r--LATEST2
-rwxr-xr-xetc/pkgs/002-binutils.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/LATEST b/LATEST
index 3a3cd8c..1892b92 100644
--- a/LATEST
+++ b/LATEST
@@ -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=/ \