From dba5048adf443e95c3ff36cb5dec0f8e0bbe86e7 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 30 Dec 2014 20:46:32 -0500 Subject: build-release: include static binaries for ich9gen and ich9deblob --- (limited to 'build-release') diff --git a/build-release b/build-release index a958c01..edc2243 100755 --- a/build-release +++ b/build-release @@ -240,6 +240,13 @@ if [ "$arch" = "x86_64" ] mv ich9gen ../../../libreboot_bin/ich9deblob/i686/ fi +# cross-compile for ARM +make clean +make SHARED=0 CC='arm-linux-gnueabi-gcc -static' +mkdir ../../../libreboot_bin/ich9deblob/armv7l +mv ich9deblob ../../../libreboot_bin/ich9deblob/armv7l/ +mv ich9gen ../../../libreboot_bin/ich9deblob/armv7l/ + cd ../ rm -rf ich9deblob mv ich9deblob_ ich9deblob -- cgit v0.9.1