Dash:
[t2.git] / package / boot / arcload / arcload.conf
blob9444a88b171c372ecc53fa08604f32acb5681ce1
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/*/arcload/arcload.conf
5 # Copyright (C) 2004 - 2021 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 makeinstopt=
17 # does not build w/ EL, so skip it for now
18 if [ "$SDECFG_MIPS_ENDIANESS" = "EL" ]; then
19         makeopt=
20 else
21 hook_add premake 5 "eval $MAKE CC=cc -C ecoff" # native, e.g. cross ecoff helper
23 var_remove GCC_WRAPPER_REMOVE ' ' '-march*'
24 var_remove_regex GCC_WRAPPER_INSERT ' ' '-march=.*'
25 var_remove_regex GCC_WRAPPER_INSERT ' ' '-mabi.*'
26 var_append GCC_WRAPPER_INSERT ' ' '-O2'
28 var_append makeopt ' ' 'MODE=M32'
29 hook_add inmake 5 "mkdir -p $root/boot; cp -vf arcload.ecoff $root/boot/"
30 hook_add inmake 6 "cp -vf arcload $root/boot/arcload.elf32"
32 build_arcload64() {
33         var_remove makeopt ' ' 'MODE=M32'
34         eval $MAKE clean
35         eval $MAKE $makeopt
36         cp -vf arcload $root/boot/
38 [ "$arch" = mips64 ] && hook_add postmake 5 build_arcload64