diff options
Diffstat (limited to 'vm/mterp/rebuild.sh')
-rwxr-xr-x | vm/mterp/rebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/mterp/rebuild.sh b/vm/mterp/rebuild.sh index 201432432..03e39a099 100755 --- a/vm/mterp/rebuild.sh +++ b/vm/mterp/rebuild.sh @@ -20,7 +20,7 @@ # set -e -for arch in portable allstubs armv5te armv5te-vfp armv7-a armv7-a-neon x86 x86-atom; do TARGET_ARCH_EXT=$arch make -f Makefile-mterp; done +for arch in portable allstubs armv5te armv5te-vfp armv6j armv6-vfp armv7-a armv7-a-neon x86 x86-atom; do TARGET_ARCH_EXT=$arch make -f Makefile-mterp; done # These aren't actually used, so just go ahead and remove them. The correct # approach is to prevent them from being generated in the first place, but |