the bitrig master branch has been updated by patrick with 1 new commit: commit f6fca6f4d4241d2624759734c6b91e42e4f7bf22 diff: https://github.com/bitrig/bitrig/commit/f6fca6f author: Patrick Wildt <[email protected]> date: Sat May 2 21:12:49 2015 +0200
llvm: disable NEON on ARM targets The Marvell Armada XP does not have NEON/SIMD. Our default target defaults to using NEON, so we have to disable this. It's more of a workaround, I'm not happy with it, but there's not really a better way. M contrib/llvm/tools/clang/lib/Driver/Tools.cpp
