Dash:
[t2.git] / package / boot / gnu-efi / gnu-efi.conf
blob69970829540c5db138e94ceec8a85cdc76e41cd7
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../gnu-efi/gnu-efi.conf
5 # Copyright (C) 2007 - 2014 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 var_remove_regex makeopt ' ' 'prefix=.*'
16 var_append makeinstopt ' ' 'INSTALLROOT=$root PREFIX=/$prefix'
18 # do not derive arch from uname
19 case $arch in
20         ia64)   var_append makeopt      ' ' 'ARCH=ia64'
21                 var_append makeinstopt  ' ' 'ARCH=ia64' ;;
22         x86)    var_append makeopt      ' ' 'ARCH=ia32'
23                 var_append makeinstopt  ' ' 'ARCH=ia32' ;;
24         x86-64) var_append makeopt      ' ' 'ARCH=x86_64'
25                 var_append makeinstopt  ' ' 'ARCH=x86_64' ;;
26         *)      abort "unsupport arch: $arch" ;;
27 esac