From 431078fbf40ebecf4233d355f9af9df726e7cb88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Sat, 10 Apr 2010 01:01:16 +0200 Subject: [PATCH] Add armv6el to emulator archs. It's not yet available as scheduler. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index e0f287d..f4e3a45 100755 --- a/build +++ b/build @@ -81,7 +81,7 @@ OVERLAY= RSYNCSRC= RSYNCDEST= RSYNCDONE= -: ${EMULATOR_ARCHS:="armv4l armv5el armv7el sh4 ppc ppc64 mips mipsel"} +: ${EMULATOR_ARCHS:="armv4l armv5el armv6el armv7el sh4 ppc ppc64 mips mipsel"} export EMULATOR_ARCHS -- 2.7.4