aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpio/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-03-04 15:06:26 +0000
committerEd Maste <emaste@FreeBSD.org>2026-03-20 19:00:41 +0000
commite296211fd59b6e4e0df38281a6d587b7d025f011 (patch)
tree6540120724573ee4793e94dfdc4394781e0b1cf9 /usr.bin/cpio/Makefile
parent1fd43ee968c497223254038483685d9f9c68791b (diff)
Makefile.inc1: Don't force LLVM_BINUTILS off for cross-toolsHEADmain
Because of this setting we were still using ELF Tool Chain tools for buildworld. The sets of binary utilities are largely equivalent and this went unnoticed after commit 1cae7121c667 ("Enable LLVM_BINUTILS by default"). This was discovered recently because ELF Tool Chain objcopy produces standalone debug files without phdrs and this caused an issue with a 3rd party ELF parser [1]. Remove the forced setting so that we use LLVM's binutils to build the system. [1] https://sourceware.org/bugzilla/show_bug.cgi?id=33876 Re-commit after fixing a bootstrapping issue with LLVM binutils (in 17494c6e6b7d "build: Boostrap LLVM_BINUTILS for cross-tools"). Reviewed by: imp, jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55650
Diffstat (limited to 'usr.bin/cpio/Makefile')
0 files changed, 0 insertions, 0 deletions