diff options
Diffstat (limited to 'gold/configure.ac')
-rw-r--r-- | gold/configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gold/configure.ac b/gold/configure.ac index 2355e730dbc..b4088583935 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -186,10 +186,6 @@ AC_EXEEXT AM_CONDITIONAL(NATIVE_LINKER, test "x$target_alias" = "x" -o "x$host_alias" = "x$target_alias") AM_CONDITIONAL(GCC, test "$GCC" = yes) -AM_CONDITIONAL(OBJDUMP_AND_CPPFILT, - [objdump --help >/dev/null && c++filt --help >/dev/null]) -AM_CONDITIONAL(READELF, - [readelf --help >/dev/null]) dnl Some architectures do not support taking pointers of functions dnl defined in shared libraries except in -fPIC mode. We need to |