# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/yosys/yosys.conf # Copyright (C) 2019 - 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 --- prepare_abc() { local abctar="`match_source_file -p abc`" local abcrev="`sed -n "s/^ABCREV *= *\(.*\)/\1/p" Makefile`" [[ $abctar != */*abc-$abcrev.tar* ]] && abort "abcrev mismatch: $abcrev ${abctar##*/}" tar $taropt "$abctar" } hook_add prepatch 5 prepare_abc var_append CXX_WRAPPER_INSERT ' ' '-fpermissive' var_append makeopt " " "CONFIG=gcc" var_append makeinstopt " " "CONFIG=gcc"