[gcc-6] 86/401: * Install missing architecture specific plugin header files.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:48:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.

commit 8ab1a7627a9c4f23a8545ca22cf6680f9fb1a459
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sun Feb 21 15:14:23 2016 +0000

      * Install missing architecture specific plugin header files.
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8683 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog             |  8 +++++++-
 debian/rules.d/binary-gcc.mk | 10 ++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9984c2b..295d89c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-gcc-6 (6-20160220-1) UNRELEASED; urgency=medium
+gcc-6 (6-20160220-2) UNRELEASED; urgency=medium
+
+  * Install missing architecture specific plugin header files.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 21 Feb 2016 16:13:26 +0100
+
+gcc-6 (6-20160220-1) experimental; urgency=medium
 
   * GCC 6 snapshot build, taken from the trunk 20160220.
     - Fix PR tree-optimization/68021. Closes: #812245.
diff --git a/debian/rules.d/binary-gcc.mk b/debian/rules.d/binary-gcc.mk
index af190c0..9452114 100644
--- a/debian/rules.d/binary-gcc.mk
+++ b/debian/rules.d/binary-gcc.mk
@@ -221,6 +221,16 @@ $(binary_stamp)-gcc-plugindev: $(install_dependencies)
 		$(gcc_lib_dir)/plugin/gtype.state \
 		$(gcc_lexec_dir)/plugin/gengtype
 
+# files missing in upstream installation
+ifeq ($(DEB_TARGET_ARCH),m68k)
+	cp -p $(srcdir)/gcc/config/m68k/m68k-microarchs.def \
+		$(d_pld)/$(gcc_lib_dir)/plugin/include/config/m68k/.
+endif
+ifeq ($(DEB_TARGET_ARCH),arm64)
+	cp -p $(srcdir)/gcc/config/aarch64/aarch64-arches.def \
+		$(d_pld)/$(gcc_lib_dir)/plugin/include/config/aarch64/.
+endif
+
 	debian/dh_doclink -p$(p_pld) $(p_xbase)
 	debian/dh_rmemptydirs -p$(p_pld)
 	dh_strip -p$(p_pld)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git



More information about the Reproducible-commits mailing list