diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-18 02:03:44 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 01:08:39 -0400 |
commit | b5689863bdca11c6c86fe8d02b4f7330804f6883 (patch) | |
tree | 476345a0c215c29f8aa171f46be48e65ecb78602 /sim/ppc/configure.ac | |
parent | 17a5da800dc59d3aaca5daece1a9374c8bc2d9f0 (diff) | |
download | gdb-b5689863bdca11c6c86fe8d02b4f7330804f6883.zip gdb-b5689863bdca11c6c86fe8d02b4f7330804f6883.tar.gz gdb-b5689863bdca11c6c86fe8d02b4f7330804f6883.tar.bz2 |
sim: unify bfd library dependency testing logic
Move these options up to the common dir so we only test & export
them once across all ports.
Diffstat (limited to 'sim/ppc/configure.ac')
-rw-r--r-- | sim/ppc/configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac index fb0eae6..605bdf9 100644 --- a/sim/ppc/configure.ac +++ b/sim/ppc/configure.ac @@ -506,13 +506,6 @@ fi],[sim_xor_endian=""])dnl AC_CANONICAL_SYSTEM AC_ARG_PROGRAM -# BFD conditionally uses zlib, so we must link it in if libbfd does, by -# using the same condition. -AM_ZLIB - -# BFD uses libdl when when plugins enabled. -AC_PLUGINS - case ${host} in *mingw32*) AC_DEFINE(USE_WIN32API, 1, |