We do not want to be linked to libbfd as this is a tightly versioned
package which does not maintain its ABI. This prevents us from have
multiple tools packages installed. Turn that off and we will fallback
to libiberty.
BugLink: http://bugs.launchpad.net/bugs/1748922
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
endif
endif
+ifdef HAVE_NO_LIBBFD
+ feature-libbfd := 0
+endif
+
ifeq ($(feature-libbfd), 1)
EXTLIBS += -lbfd -lopcodes
else