[gcc-7] 131/354: - update gcc-default-relro for accel compilers

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:41 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 2a35daf6daaf80de415939a196b87947cf7d9f80
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri Mar 3 07:48:17 2017 +0000

     - update gcc-default-relro for accel compilers
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9332 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/patches/gcc-default-relro.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/gcc-default-relro.diff b/debian/patches/gcc-default-relro.diff
index 71740c2..2d1cea8 100644
--- a/debian/patches/gcc-default-relro.diff
+++ b/debian/patches/gcc-default-relro.diff
@@ -27,7 +27,7 @@ Index: b/src/gcc/gcc.c
  /* We pass any -flto flags on to the linker, which is expected
     to understand them.  In practice, this means it had better be collect2.  */
  /* %{e*} includes -export-dynamic; see comment in common.opt.  */
-+#if defined(__nvptx__)
++#if defined(ACCEL_COMPILER)
 +# define RELRO_SPEC ""
 +#else
 +# define RELRO_SPEC "-z relro "

-- 
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