pmaports/device/testing/linux-samsung-j6lte/03-fix-Makefile-path.patch

13 lines
492 B
Diff
Raw Normal View History

diff --git a/Makefile b/Makefile
index 235d3264..611421c1 100644
--- a/Makefile
+++ b/Makefile
@@ -249,7 +249,6 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?=arm64
-CROSS_COMPILE ?=../PLATFORM/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-
# Architecture as present in compile.h
UTS_MACHINE := $(ARCH)