mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
[PAL] Remove supported platform check from regression Makefile
This commit is contained in:
committed by
Michał Kowalczyk
parent
ddab51259c
commit
4a71f49b77
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user