Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (a5e218b0e6fc02f7147d62b2261cfc21491e93b8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <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 Pavel Vinogradov (a5e218b0e6fc02f7147d62b2261cfc21491e93b8)
  • Date: Sun, 27 Jul 2025 16:08:38 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/binutils/BUILD | 2 +-
devel/binutils/CONFIGURE | 4 ++--
devel/binutils/DETAILS | 6 +++---
devel/binutils/HISTORY | 4 ++++
4 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit a5e218b0e6fc02f7147d62b2261cfc21491e93b8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/binutils: version 2.45

diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD
index a04f679..b7078c6 100755
--- a/devel/binutils/BUILD
+++ b/devel/binutils/BUILD
@@ -35,4 +35,4 @@ if [[ "${BINUTILS_LIBIBERTY}" == "y" ]]; then
fi &&
make_normal &&
# set default linker
-ln -sf ld.$BINUTILS_LINKER INSTALL_ROOT/usr/bin/ld
+ln -sf ld.bfd INSTALL_ROOT/usr/bin/ld
diff --git a/devel/binutils/CONFIGURE b/devel/binutils/CONFIGURE
index e584ff3..1d53f13 100755
--- a/devel/binutils/CONFIGURE
+++ b/devel/binutils/CONFIGURE
@@ -1,4 +1,4 @@
+persistent_remove BINUTILS_LINKER &&
config_query BINUTILS_LIBIBERTY \
- "Install libiberty (required by some other packages)?" n
-config_query_list BINUTILS_LINKER 'which default linker' gold bfd
+ "Install libiberty (required by some other packages)?" n &&
config_query BINUTILS_LTO "enable link-time optimisation support" n
diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
index 246e2b9..2c39149 100755
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,8 +1,8 @@
# Watch: https://ftp.gnu.org/gnu/binutils
SPELL=binutils
- VERSION=2.44
- SOURCE=$SPELL-with-gold-$VERSION.tar.xz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-with-gold-$VERSION"
+ VERSION=2.45
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]="https://sourceware.org/pub/${SPELL}/releases/${SOURCE}";
SOURCE2="${SOURCE}.sig"
diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
index 71235a9..19ced63 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,3 +1,7 @@
+2025-07-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.45, GOLD linker is not included in this release
+ * BUILD, CONFIGURE: removed BINUTILS_LINKER handle
+
2025-03-21 Remko van der Vossen <wich AT sourcemage.org>
* REPAIR^*^PRE_SUB_DEPENDS: avoid bogus subdepend message for LTO



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (a5e218b0e6fc02f7147d62b2261cfc21491e93b8), Pavel Vinogradov, 07/27/2025

Archive powered by MHonArc 2.6.24.

Top of Page