From 90ed13d577c02ba12e6d8e23bd88411710b2f137 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 30 Apr 2019 12:47:04 -0400 Subject: binutils: disable compressed debug sections --- LATEST | 2 +- etc/pkgs/002-binutils.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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=/ \ -- cgit