Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (18e4a5fa3accf8f355992f0660771cf7ca2e3d91)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (18e4a5fa3accf8f355992f0660771cf7ca2e3d91)
  • Date: Sun, 4 Aug 2024 18:47:23 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/binutils/BUILD | 8 ++------
devel/binutils/DETAILS | 2 +-
devel/binutils/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 18e4a5fa3accf8f355992f0660771cf7ca2e3d91
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

binutils: => 2.43

diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD
index 108a13c..a04f679 100755
--- a/devel/binutils/BUILD
+++ b/devel/binutils/BUILD
@@ -1,9 +1,5 @@
-case "$HOST" in
- (*-musl)
- # FIXME gprofng doesn't build with musl
- OPTS+=' --disable-gprofng'
- ;;
-esac &&
+export CFLAGS+=" -Wno-format-overflow" &&
+OPTS+=' --disable-gprofng' &&

if [[ $BINUTILS_LTO == "y" ]];then
OPTS+=" --enable-lto"
diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
index daf4380..57901b2 100755
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/binutils
SPELL=binutils
- VERSION=2.42
+ VERSION=2.43
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
index 4b207e9..aaea397 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,3 +1,7 @@
+2024-08-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.43
+ * BUILD: fix build
+
2024-01-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.42



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (18e4a5fa3accf8f355992f0660771cf7ca2e3d91), Treeve Jelbert, 08/04/2024

Archive powered by MHonArc 2.6.24.

Top of Page