From 02b9b5597679658bbd8716cdeaaa33f04b1f6a3c Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 31 Jul 2016 13:26:58 +0200 Subject: Revert "OSX: Switch to Clang as the default compiler." It breaks cross-compilation to Android. And host "gcc" aliases to "clang", anyway. --- src/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 1cddf188..9285c11f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -169,10 +169,6 @@ else HOST_SYS= Windows HOST_MSYS= cygwin endif - # Use Clang for OSX host. - ifeq (Darwin,$(HOST_SYS)) - DEFAULT_CC= clang - endif endif ############################################################################## -- cgit v1.2.3-55-g6feb