1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 # operating system quirks
5 ifeq (${OStype},Darwin
)
6 HOST_CC
:=clang
-fbracket-depth
=1024
7 HOST_CXX
:=clang
++ -fbracket-depth
=1024