[Differential] [Request, 55 lines] D1819: libdwarf: Handle .rel relocations

2015-02-10 Thread emaste (Ed Maste)
emaste created this revision. emaste added a reviewer: gnn. emaste added a subscriber: freebsd-toolchain. REVISION SUMMARY Some architectures have .rel relocations for debug data, so handle it in addition to .rela. Issue discovered from ctfconvert on un-linked ARM object files. REVISION D

Resurrecting clang external toolchain support in Makefile.inc

2015-02-10 Thread Peter Grehan
Hi toolchain folk, I've recently tried using the base system clang as an external toolchain i.e. make CROSS_COMPILER_PREFIX=/usr/bin/ buildworld .. and found that this no longer works after r273755 which split XFLAGS into XC/XCXXFLAGS. This appears to be because the XFLAGS definitions

Re: Resurrecting clang external toolchain support in Makefile.inc

2015-02-10 Thread Warner Losh
> On Feb 10, 2015, at 7:32 PM, Peter Grehan wrote: > > Hi toolchain folk, > > I've recently tried using the base system clang as an external toolchain i.e. > > make CROSS_COMPILER_PREFIX=/usr/bin/ buildworld > > .. and found that this no longer works after r273755 which split XFLAGS into >