# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/mol/mol.conf # 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 --- var_append makeopt " " "BUILD_MODS=n" var_append makeinstopt " " "BUILD_MODS=n" # fix freestanding elf to not require libgcc symbols w/ -Os var_append CC_WRAPPER_APPEND ' ' '*/molelf/*?-O2:' var_append CC_WRAPPER_APPEND ' ' '*/molelf/*?-ffreestanding:' hook_add premake 3 "yes '' | $MAKE oldconfig" # hotfix parallel make hook_add premake 5 'eval $MAKE $makeopt local-includes' hook_add postmake 5 "cp -fv $confdir/molrc* $sysconfdir/mol/"