runtime: remove overriding ARCH value by default for ppc64le

Currently, ARCH value is being set to powerpc64le by default.
powerpc64le is only right in context of rust and any operation
which might use this variable for a different purpose would fail on ppc64le.

Fixes: #6741

Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
Amulyam24
2023-04-27 14:56:11 +05:30
parent 509bc8b6c8
commit defb643346
6 changed files with 22 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
include ../../../utils.mk
ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
endif
.DEFAULT_GOAL := default
default: build