Re: [PATCH, Darwin, config] Arrange for configure to detect "otool".

2018-09-14 Thread Jeff Law
On 8/30/18 9:45 AM, Iain Sandoe wrote: > Currently, we fail to detect some Darwin assembler capabilities because the > configure tests rely on a BINUTILS objdump, which isn’t generally available > on Darwin. > > Darwin uses a tool called "otool" to provide information about objects, and we > shoul

Re: [PATCH, Darwin, config] Arrange for configure to detect "otool".

2018-08-30 Thread Mike Stump
On Aug 30, 2018, at 8:45 AM, Iain Sandoe wrote: > > Currently, we fail to detect some Darwin assembler capabilities because the > configure tests rely on a BINUTILS objdump, which isn’t generally available > on Darwin. > > Darwin uses a tool called "otool" to provide information about objects, a

Re: [PATCH, Darwin, config] Arrange for configure to detect "otool".

2018-08-30 Thread Rainer Orth
Hi Iain, > Currently, we fail to detect some Darwin assembler capabilities because the > configure tests rely on a BINUTILS objdump, which isn’t generally available > on Darwin. > > Darwin uses a tool called "otool" to provide information about objects, and we > should be able to extend or adapt c

[PATCH, Darwin, config] Arrange for configure to detect "otool".

2018-08-30 Thread Iain Sandoe
Currently, we fail to detect some Darwin assembler capabilities because the configure tests rely on a BINUTILS objdump, which isn’t generally available on Darwin. Darwin uses a tool called "otool" to provide information about objects, and we should be able to extend or adapt config tests to use th