[gcc-7] 265/354: * Configure cross-build-native builds with --program-prefix (Adrian Glaubitz). Closes: #871034.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:51:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository gcc-7.
commit 069df4851e6ef53b6fbf1b8029765fc574494f65
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sun Aug 6 21:03:44 2017 +0000
* Configure cross-build-native builds with --program-prefix (Adrian
Glaubitz). Closes: #871034.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9615 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 2 ++
debian/rules2 | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6fffb59..fb26f96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
gcc-7 (7.1.0-13) UNRELEASED; urgency=medium
* Don't build the gc enabled libobjc for cross compilers. Closes: #870895.
+ * Configure cross-build-native builds with --program-prefix (Adrian
+ Glaubitz). Closes: #871034.
-- Matthias Klose <doko at debian.org> Sun, 06 Aug 2017 10:35:00 -0400
diff --git a/debian/rules2 b/debian/rules2
index fdf1661..1011a35 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -186,7 +186,7 @@ CONFARGS += \
ifeq ($(versioned_packages),yes)
CONFARGS += --program-suffix=-$(BASE_VERSION)
endif
-ifeq ($(build_type),build-native)
+ifneq (,$(filter $(build_type),build-native cross-build-native))
CONFARGS += --program-prefix=$(cmd_prefix)
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git
More information about the Reproducible-commits
mailing list