From f4082851eafd7bdec93e4eb7433cfc1f771ffefb Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Sat, 31 Oct 2015 11:04:52 +0000 Subject: Enable variable-length arrays on arm64. arm64-gen.c: Implement gen_vla_sp_save, gen_vla_sp_restore, gen_vla_alloc. tests/Makefile: Run vla_test on arm64. --- tests/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 270eaa7..2b250b0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -41,8 +41,7 @@ endif ifeq ($(TARGETOS),Darwin) TESTS := $(filter-out hello-exe test3 $(BTESTS),$(TESTS)) endif -ifeq ($(ARCH),i386) -else ifneq ($(ARCH),x86-64) +ifeq (,$(filter arm64 i386 x86-64,$(ARCH))) TESTS := $(filter-out vla_test-run,$(TESTS)) endif ifeq ($(CONFIG_arm_eabi),yes) -- cgit v1.3.1