# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../clang/wrappers.in # Copyright (C) 2010 - 2019 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- build_wrapper CC,GCC ${arch_target}-clang build_wrapper CXX,GCC ${arch_target}-clang++ if atstage native || [ "$SDECFG_USE_CROSSCC" = 0 ]; then build_wrapper CC,GCC clang build_wrapper CXX,GCC clang++ build_wrapper CPP,CPP cpp else # system compiler used in stage 0 - mostly for ccache build_wrapper SYSCC,SYSGCC cc build_wrapper SYSCXX,SYSGCC c++ #build_wrapper SYSCPP,SYSCPP cpp fi