All FreeBSD platforms now use objcopy from ELF toolchain, so
base/binutils should not install an objcopy binary.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 16794 Build 16679: arc lint + arc unit
Event Timeline
Comment Actions
10.4 does not use elf toolchain for objcopy. OTOH, I personally kind of consider base/* to not yet be production ready and probably a 12.0+ thing. We could try to make objcopy conditional, but we would need some way to know the target OS version (rather than the host version). Perhaps I could make that work by grabbing the OS version from a file in CROSS_SYSROOT (usr/include/sys/param.h or the like)
Comment Actions
Replaced by D15813 which does handle objcopy even on 10.4 though we might G/C that conditional at some point in the future.