diff options
Diffstat (limited to 'sim/ppc/configure.ac')
-rw-r--r-- | sim/ppc/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac index 9c3fa54..f1a7e06 100644 --- a/sim/ppc/configure.ac +++ b/sim/ppc/configure.ac @@ -670,6 +670,9 @@ AC_ARG_PROGRAM # using the same condition. AM_ZLIB +# BFD uses libdl when when plugins enabled. +AC_PLUGINS + . ${srcdir}/../../bfd/configure.host case ${host} in |