Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c49802ad33a298954c12e9eab06327bb2b71fb16)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c49802ad33a298954c12e9eab06327bb2b71fb16)
  • Date: Fri, 4 Sep 2020 19:50:09 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/elfutils/BUILD | 1 -
libs/elfutils/HISTORY | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c49802ad33a298954c12e9eab06327bb2b71fb16
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

elfutils: remove .elfutils program suffix

The suffix isn't needed, since the programs are prefixed with "eu-" by
default and thus don't conflict with binutils anymore.

diff --git a/libs/elfutils/BUILD b/libs/elfutils/BUILD
index 060baaa..19d6a75 100755
--- a/libs/elfutils/BUILD
+++ b/libs/elfutils/BUILD
@@ -7,7 +7,6 @@ esac &&
#If these switches are used, they stop distcc and ccache from working
# We could write wrappers for all of the possible binaries
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST} --build=${BUILD}"
-OPTS="$OPTS --program-suffix=.elfutils" &&
# We really need to disable PIC, also on archs that otherwise need it.
# see
# http://web.archiveorange.com/archive/v/hlgHmPOOA2S1Ez3KjzWJ
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index e8b7f27..5d1caa4 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -5,6 +5,7 @@
patches/musl-macros.patch, patches/musl-qsort_r.patch,
patches/musl-strerror_r.patch, patches/musl-strndupa.patch:
Fixed build against musl
+ * BUILD: remove --program-suffix; not needed anymore

2020-08-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.180



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c49802ad33a298954c12e9eab06327bb2b71fb16), Ismael Luceno, 09/04/2020

Archive powered by MHonArc 2.6.24.

Top of Page