commit:     9ab4da60a1985cd5893909d8391c41d7748a8333
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 19:02:07 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 19:02:07 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=9ab4da60

6.5.0: backport 'objdump' lookup for plugins

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 6.5.0/gentoo/29_all_plugin-objdump.patch | 34 ++++++++++++++++++++++++++++++++
 6.5.0/gentoo/README.history              |  3 +++
 2 files changed, 37 insertions(+)

diff --git a/6.5.0/gentoo/29_all_plugin-objdump.patch 
b/6.5.0/gentoo/29_all_plugin-objdump.patch
new file mode 100644
index 0000000..a9c33fd
--- /dev/null
+++ b/6.5.0/gentoo/29_all_plugin-objdump.patch
@@ -0,0 +1,34 @@
+https://gcc.gnu.org/PR95648
+--- a/config/gcc-plugin.m4
++++ b/config/gcc-plugin.m4
+@@ -45,7 +45,7 @@ AC_DEFUN([GCC_ENABLE_PLUGINS],
+      ;;
+      *)
+        if test x$build = x$host; then
+-       export_sym_check="objdump${exeext} -T"
++       export_sym_check="$ac_cv_prog_OBJDUMP -T"
+        elif test x$host = x$target; then
+        export_sym_check="$gcc_cv_objdump -T"
+        else
+--- a/gcc/configure
++++ b/gcc/configure
+@@ -30386,7 +30386,7 @@ fi
+      ;;
+      *)
+        if test x$build = x$host; then
+-       export_sym_check="objdump${exeext} -T"
++       export_sym_check="$ac_cv_prog_OBJDUMP -T"
+        elif test x$host = x$target; then
+        export_sym_check="$gcc_cv_objdump -T"
+        else
+--- a/libcc1/configure
++++ b/libcc1/configure
+@@ -14819,7 +14819,7 @@ fi
+      ;;
+      *)
+        if test x$build = x$host; then
+-       export_sym_check="objdump${exeext} -T"
++       export_sym_check="$ac_cv_prog_OBJDUMP -T"
+        elif test x$host = x$target; then
+        export_sym_check="$gcc_cv_objdump -T"
+        else

diff --git a/6.5.0/gentoo/README.history b/6.5.0/gentoo/README.history
index 6a5a3b6..ad18659 100644
--- a/6.5.0/gentoo/README.history
+++ b/6.5.0/gentoo/README.history
@@ -1,3 +1,6 @@
+6              TODO
+       + 29_all_plugin-objdump.patch
+
 5              15 July 2020
        + 28_all_libjava-multilib.patch
 

Reply via email to