On Wed, Oct 11, 2017 at 7:55 PM, Nan Xiao <xiaonan830...@gmail.com> wrote: > Hi misc@, > > Greetings from me! > > I find there are binutils and binutils-2.17 in gnu/usr.bin/ dirctory > of OpenBSD source code. What's the difference between them? When I use > binutils command, such as "ar", it comes from binutils or > binutils-2.17? > > Thanks in advance! > > Best Regards > Nan Xiao >
$ ar -V binutils 2.15 supported all gcc4 platforms. binutils-2.17 probably supports most if not all platforms. It looks like long term, OpenBSD is in transition to llvm/clang based infrastructure.