From 1c9dffc30118e843417579358405d64fbcd809eb Mon Sep 17 00:00:00 2001 From: Sam Carlberg Date: Wed, 10 Jun 2015 16:05:45 -0400 Subject: [PATCH] Commented OS X workaround in build.gradle Change-Id: Icf9361e3f9f6f7d6d459eb483fcf4e51a5e5c26c --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 1960f5b787..54327a7d23 100644 --- a/build.gradle +++ b/build.gradle @@ -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-