diff options
author | 2016-12-28 21:59:34 +1030 | |
---|---|---|
committer | 2016-12-28 22:12:11 +1030 | |
commit | 0fa6f7cee7dedb600799234b1e2d52c5b0da8f96 (patch) | |
tree | 3240aac540f1492e5b36d2bb61fd9fa28c109972 /opcodes/aclocal.m4 | |
parent | Use dynrelro for symbols in relro sections too (diff) | |
download | binutils-gdb-0fa6f7cee7dedb600799234b1e2d52c5b0da8f96.tar.gz binutils-gdb-0fa6f7cee7dedb600799234b1e2d52c5b0da8f96.tar.bz2 binutils-gdb-0fa6f7cee7dedb600799234b1e2d52c5b0da8f96.zip |
Check bfd support for bfd_mips_elf_get_abiflags in mips make rule
The previous scheme with a dependency in opcodes on libbfd.la
broke "make distclean".
* configure.ac: Revert 2016-12-23.
* Makefile.am: Likewise.
(MIPS_DEFS): Define.
(mips-dis.lo): Add rule.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'opcodes/aclocal.m4')
-rw-r--r-- | opcodes/aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/aclocal.m4 b/opcodes/aclocal.m4 index 3c2c69d7424..7e5b3d2f910 100644 --- a/opcodes/aclocal.m4 +++ b/opcodes/aclocal.m4 @@ -990,7 +990,6 @@ AC_SUBST([am__untar]) m4_include([../bfd/acinclude.m4]) m4_include([../bfd/warning.m4]) -m4_include([../config/acinclude.m4]) m4_include([../config/acx.m4]) m4_include([../config/depstand.m4]) m4_include([../config/gettext-sister.m4]) |