[PAL] Remove supported platform check from regression Makefile

This commit is contained in:
Stefan Berger
2020-05-29 11:43:21 +02:00
committed by Michał Kowalczyk
parent ddab51259c
commit 4a71f49b77
-4
View File
@@ -84,10 +84,6 @@ pal_lib = ../../Runtime/libpal-$(PAL_HOST).so
RUNTIME_DIR = $(CURDIR)/../../Runtime
ifneq ($(findstring x86_64,$(SYS))$(findstring linux,$(SYS)),x86_64linux)
$(error unsupported platform. $(SYS))
endif
.PHONY: all
all: $(target) $(call expand_target_to_sig,$(target)) $(call expand_target_to_sgx,$(target)) $(preloads)