# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/gnu-efi/gnu-efi.conf # Copyright (C) 2007 - 2022 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 --- var_remove_regex makeopt ' ' 'prefix=.*' var_append makeinstopt ' ' 'INSTALLROOT=$root' # do not derive arch from uname case $arch in ia64) var_append makeopt ' ' 'ARCH=ia64' var_append makeinstopt ' ' 'ARCH=ia64' ;; x86) var_append makeopt ' ' 'ARCH=ia32' var_append makeinstopt ' ' 'ARCH=ia32' ;; x86-64) var_append makeopt ' ' 'ARCH=x86_64' var_append makeinstopt ' ' 'ARCH=x86_64' ;; *) abort "unsupport arch: $arch" ;; esac