better help to start simulator
[openadk.git] / mk / os.mk
blob38a2e53f3e324708558a44bde7b3a167f7f8bb46
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
8 else
9 HOST_CC:=${CC}
10 HOST_CXX:=${CXX}
11 endif