From 81e66c3172a5c960b173df719f26ebfec183e3fc Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 31 Dec 2014 01:39:41 +0000 Subject: build-release: include statically (cross) compiled cbfstool --- build-release | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'build-release') diff --git a/build-release b/build-release index 15c51223..a958c015 100755 --- a/build-release +++ b/build-release @@ -203,6 +203,13 @@ if [ "$arch" = "x86_64" ] mv rmodtool ../../../libreboot_bin/cbfstool/i686/ fi +# cross-compile for ARM +make clean +make SHARED=0 CC='arm-linux-gnueabi-gcc -static' +mkdir ../../../libreboot_bin/cbfstool/armv7l +mv cbfstool ../../../libreboot_bin/cbfstool/armv7l/ +mv rmodtool ../../../libreboot_bin/cbfstool/armv7l/ + cd ../ rm -rf cbfstool mv cbfstool_ cbfstool -- cgit v1.2.3-70-g09d2