[Differential] [Closed] D2302: Add arm64 to universe if binutils is available

2015-04-16 Thread emaste (Ed Maste)
emaste closed this revision. emaste updated this revision to Diff 4865. emaste added a comment. Closed by commit rS281629 (authored by @emaste). CHANGED PRIOR TO COMMIT https://reviews.freebsd.org/D2302?vs=4849&id=4865#toc REVISION DETAIL https://reviews.freebsd.org/D2302 AFFECTED FILES h

[Differential] [Accepted] D2302: Add arm64 to universe if binutils is available

2015-04-16 Thread andrew (Andrew Turner)
andrew accepted this revision. REVISION DETAIL https://reviews.freebsd.org/D2302 To: emaste, imp, andrew Cc: freebsd-toolchain ___ freebsd-toolchain@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, s

[Differential] [Accepted] D2302: Add arm64 to universe if binutils is available

2015-04-16 Thread imp (Warner Losh)
imp accepted this revision. imp added a comment. This revision is now accepted and ready to land. I like this... REVISION DETAIL https://reviews.freebsd.org/D2302 To: emaste, andrew, imp Cc: freebsd-toolchain ___ freebsd-toolchain@freebsd.org mailing

[Differential] [Request, 6 lines] D2305: Fix bootstraping of crunchide

2015-04-16 Thread rodrigc (Craig Rodrigues)
rodrigc created this revision. rodrigc added reviewers: emaste, imp. rodrigc added a subscriber: freebsd-toolchain. REVISION SUMMARY When using an external gcc 4.9 toolchain on a FreeBSD 10.1 build host, building of the CURRENT branch failed when trying to build rescue. See this discussio

[Differential] [Closed] D2285: gcc 4.9.1 compilation fixes for aesni

2015-04-16 Thread rodrigc (Craig Rodrigues)
rodrigc closed this revision. rodrigc updated this revision to Diff 4852. rodrigc added a comment. Closed by commit rS281606 (authored by @rodrigc). CHANGED PRIOR TO COMMIT https://reviews.freebsd.org/D2285?vs=4840&id=4852#toc REVISION DETAIL https://reviews.freebsd.org/D2285 AFFECTED FILES

[Differential] [Commented On] D2302: Add arm64 to universe if binutils is available

2015-04-16 Thread emaste (Ed Maste)
emaste added inline comments. INLINE COMMENTS Makefile:383 Also add ``` universe_epilogue: universe_arm64_skip ``` REVISION DETAIL https://reviews.freebsd.org/D2302 To: emaste, imp, andrew Cc: freebsd-toolchain ___ freebsd-toolchain@freebsd.o

[Differential] [Updated, 10 lines] D2302: Add arm64 to universe if binutils is available

2015-04-16 Thread emaste (Ed Maste)
emaste updated this revision to Diff 4849. emaste added a comment. Add a message if we skip arm64 because we don't have binutils CHANGES SINCE LAST UPDATE https://reviews.freebsd.org/D2302?vs=4846&id=4849 REVISION DETAIL https://reviews.freebsd.org/D2302 AFFECTED FILES Makefile To: emast

[Differential] [Commented On] D2302: Add arm64 to universe if binutils is available

2015-04-16 Thread emaste (Ed Maste)
emaste added a comment. >>! In D2302#4, @andrew wrote: > Would it be difficult to have a warning if the package is not installed? Perhaps ``` .else @echo ">> arm64 skipped - install aarch64-binutils port or package to buil

[Differential] [Updated] D2302: Add arm64 to universe if binutils is available

2015-04-16 Thread andrew (Andrew Turner)
andrew added a comment. Would it be difficult to have a warning if the package is not installed? REVISION DETAIL https://reviews.freebsd.org/D2302 To: emaste, imp, andrew Cc: freebsd-toolchain ___ freebsd-toolchain@freebsd.org mailing list http://lis

[Differential] [Request, 6 lines] D2302: Add arm64 to universe if binutils is available

2015-04-16 Thread emaste (Ed Maste)
emaste created this revision. emaste added reviewers: imp, andrew. emaste added a subscriber: freebsd-toolchain. REVISION SUMMARY arm64 relies on an external binutils port or package because the in-tree linker from binutils 2.17.50 does not support arm64. Add arm64 to universe if the linker is