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

4.9.4: backport 'objdump' lookup for plugins

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

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

diff --git a/4.9.4/gentoo/105_all_plugin-objdump.patch 
b/4.9.4/gentoo/105_all_plugin-objdump.patch
new file mode 100644
index 0000000..a9c33fd
--- /dev/null
+++ b/4.9.4/gentoo/105_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/4.9.4/gentoo/README.history b/4.9.4/gentoo/README.history
index db046cd..fe06197 100644
--- a/4.9.4/gentoo/README.history
+++ b/4.9.4/gentoo/README.history
@@ -1,3 +1,6 @@
+4              TODO
+       + 105_all_plugin-objdump.patch
+
 3              1 Aug 2020
        + 104_all_gcc-c++17.patch
 

Reply via email to