# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/icu4c/icu4c.conf # Copyright (C) 2006 - 2023 The T2 SDE 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 --- srcdir="*/icu4c/source" ICU_TEMP_FOLDER=$base/build/$SDECFG_ID/TOOLCHAIN/cross #var_append confopt ' ' '--with-data-packaging=archive' # files icu4c_postmake() { mkdir -p $ICU_TEMP_FOLDER/config cp -r ./config/icucross.mk $ICU_TEMP_FOLDER/config cp -r ./config/icucross.inc $ICU_TEMP_FOLDER/config cp -r ./lib $ICU_TEMP_FOLDER/ cp -r ./bin $ICU_TEMP_FOLDER/ cp -r ./tools $ICU_TEMP_FOLDER/ } if atstage cross; then createarchcache=1 var_append confopt ' ' '--with-cross-build=$ICU_TEMP_FOLDER' fi if atstage toolchain; then hook_add postmake 5 "icu4c_postmake" makeinstopt= fi