aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-28 20:02:33 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-28 20:02:33 +0100
commit8c55e39248c6290c15762fc0ae6e8aae93ff0df1 (patch)
treecd290df9ced0015d4e788a45a78097319a29cdc1
parent5.5.0: backport 'objdump' lookup for plugins (diff)
downloadgcc-patches-8c55e392.tar.gz
gcc-patches-8c55e392.tar.bz2
gcc-patches-8c55e392.zip
4.9.4: backport 'objdump' lookup for plugins
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--4.9.4/gentoo/105_all_plugin-objdump.patch34
-rw-r--r--4.9.4/gentoo/README.history3
2 files changed, 37 insertions, 0 deletions
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