From: Koen Kooi Date: Sun, 9 Dec 2007 09:57:04 +0000 (+0000) Subject: angstrom autobuilder: also build native toolchain for all archs X-Git-Tag: Release-2010-05/1~8171^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb88ce51cb7e0db7085cb8b4437050638ec32cf;p=openembedded.git angstrom autobuilder: also build native toolchain for all archs --- diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 7ba5f8bf3b..efaaecf110 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -33,7 +33,7 @@ do_report_success() { } # No graphics -for machine in ep93xx gumstix-connex efika omap5912osk +for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk do BUILD_MACHINE=$machine BUILD_TARGETS="minimal-image console-image" @@ -79,4 +79,13 @@ do BUILD_TARGETS="openmoko-image" BUILD_CLEAN="qmake2-native" do_build -done +done + +#native toolchain +for machine in ep93xx a780 efika collie ixp4xxbe +do + BUILD_MACHINE=$machine + BUILD_TARGETS="gcc binutils pkgconfig make automake autoconf libtool m4 perl python gdb strace screen" + do_build +done +