Commented OS X workaround in build.gradle

Change-Id: Icf9361e3f9f6f7d6d459eb483fcf4e51a5e5c26c
This commit is contained in:
Sam Carlberg
2015-06-10 16:05:45 -04:00
committed by James Kuszmaul
parent 32251fe4a3
commit 1c9dffc301

View File

@@ -115,6 +115,9 @@ subprojects {
staticLibArchiver.executable = compilerPrefix + staticLibArchiver.executable
}
}
// Workaround for OS X. Macs for some reason want to use Xcode's gcc
// (which just wraps Clang), so we have to explicitly make it so
// that trying to compile with Clang will call gcc instead
macGcc(Clang) {
target('arm') {
// We use a custom-built cross compiler with the prefix arm-frc-linux-gnueabi-<util name>