Revert "OSX: Switch to Clang as the default compiler."
It breaks cross-compilation to Android. And host "gcc" aliases to "clang", anyway.
This commit is contained in:
@@ -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
|
||||
|
||||
##############################################################################
|
||||
|
||||
Reference in New Issue
Block a user