Created attachment 154868 [details] Makefile change to use ELF toolchain readelf Patch also available at: Review https://reviews.freebsd.org/D2156 Github commit https://github.com/emaste/freebsd/commit/171130c691082d9974cb11e8150811d3fc3709ca (in my github 'toolchain' branch https://github.com/emaste/freebsd/commits/toolchain)
Take for exp-run
Exp-run results: http://package18.nyi.freebsd.org/build.html?mastername=headamd64D2156-default&build=2015-03-28_00h00m07s http://package18.nyi.freebsd.org/build.html?mastername=headi386D2156-default&build=2015-03-29_06h29m31s 0 new failure related to readelf
A commit references this bug: Author: emaste Date: Mon Mar 30 17:38:26 UTC 2015 New revision: 280859 URL: https://svnweb.freebsd.org/changeset/base/280859 Log: Switch to ELF toolchain readelf(1) ELF toolchain readelf lacked some functionality at the time other tools (like size, strip, nm, etc.) were switched over to the ELF toolchain versions. That has been addressed as of the last update, so we can add it to the list. PR: 198950 [exp-run] Reviewed by: bapt, imp, rpaulo Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2156 Changes: head/gnu/usr.bin/binutils/Makefile head/usr.bin/Makefile
Thanks for the exp-run. Committed in r280859.