# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/icc/parse-config # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # 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 version 2. # --- T2-COPYRIGHT-NOTE-END --- for x in CC CXX KCC ; do if eval '[ "$SDECFG_DEFAULT_'$x'" = "icc" ]'; then if [ -x "`type -p icc`" ]; then eval 'export '$x'="icc"' for x in $base/package/*/icc/patches/pkg_${pkg}{,_*}.patch do if [ -f $x ]; then var_remove patchfiles " " $x var_append patchfiles " " $x fi done fi fi done