]> git.ipfire.org Git - thirdparty/gcc.git/commit - Makefile.def
Make opcodes configure depend on bfd configure
authorAlan Modra <amodra@gmail.com>
Fri, 12 Nov 2021 07:58:45 +0000 (18:28 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 12 Nov 2021 08:04:12 +0000 (18:34 +1030)
commitc60ded6f5eba1a2e5cd647928983d6a5fe46b64c
treee5a732a5c7aeb7c7d1aadd7b42277303f7674715
parent1ae8edf5f73ca5c3bf132cc52825dc1f709499dd
Make opcodes configure depend on bfd configure

The idea is for opcodes to be able to see whether bfd is compiled
for 64-bit.  A lot of --enable-targets=all libopcodes is wasted space
if bfd can't load 64-bit target object files.

* Makefile.def (configure-opcodes): Depend on configure-bfd.
* Makefile.in: Regenerate.
Makefile.def
Makefile.in