aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/gcc-plugin.m42
-rwxr-xr-xgcc/configure2
-rwxr-xr-xlibcc1/configure2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/gcc-plugin.m4 b/config/gcc-plugin.m4
index c731a6f..c30cfdd 100644
--- a/config/gcc-plugin.m4
+++ b/config/gcc-plugin.m4
@@ -49,7 +49,7 @@ AC_DEFUN([GCC_ENABLE_PLUGINS],
elif test x$host = x$target; then
export_sym_check="$gcc_cv_objdump -T"
else
- export_sym_check=
+ export_sym_check="$ac_cv_prog_OBJDUMP -T"
fi
;;
esac
diff --git a/gcc/configure b/gcc/configure
index ea1ad66..db5812d 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -31975,7 +31975,7 @@ fi
elif test x$host = x$target; then
export_sym_check="$gcc_cv_objdump -T"
else
- export_sym_check=
+ export_sym_check="$ac_cv_prog_OBJDUMP -T"
fi
;;
esac
diff --git a/libcc1/configure b/libcc1/configure
index 1a63a0e..2a914a0 100755
--- a/libcc1/configure
+++ b/libcc1/configure
@@ -15120,7 +15120,7 @@ fi
elif test x$host = x$target; then
export_sym_check="$gcc_cv_objdump -T"
else
- export_sym_check=
+ export_sym_check="$ac_cv_prog_OBJDUMP -T"
fi
;;
esac