| 1234567891011 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.# operating system quirksifeq (${OStype},Darwin)HOST_CC:=clang -fbracket-depth=1024HOST_CXX:=clang++ -fbracket-depth=1024elseHOST_CC:=${CC}HOST_CXX:=${CXX}endif
 |