sdm845Pkg: Library: SimpleInit: add text editor
authorBigfootACA <bigfoot@classfun.cn>
星期一, 18 Oct 2021 12:10:07 +0000 (20:10 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期一, 18 Oct 2021 12:10:07 +0000 (20:10 +0800)
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
build.sh
sdm845Pkg/Library/SimpleInit

index c053a099cf2d9c6e7c2f8e0bcd2f8f58d4153ee1..8dadf227ffca9c2d64c037d65d5c8a49b0a01dba 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -183,7 +183,8 @@ done
 [ -n "${_SIMPLE_INIT}" ]||_error "SimpleInit not found, please see README.md"
 echo "EDK2 Path: ${_EDK2}"
 echo "EDK2_PLATFORMS Path: ${_EDK2_PLATFORMS}"
-export GCC5_AARCH64_PREFIX="${CROSS_COMPILE:-aarch64-linux-gnu-}"
+export CROSS_COMPILE="${CROSS_COMPILE:-aarch64-linux-gnu-}"
+export GCC5_AARCH64_PREFIX="${CROSS_COMPILE}"
 export PACKAGES_PATH="$_EDK2:$_EDK2_PLATFORMS:$_EDK2_LIBC:$_SIMPLE_INIT:$PWD"
 export WORKSPACE="${PWD}/workspace"
 GITCOMMIT="$(git describe --tags --always)"||GITCOMMIT="unknown"
index 30b5230f530fc1a6e96b9844013e50351bc338e2..8d195e44250f6c5d48d97d406cdf7439ab6df95e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 30b5230f530fc1a6e96b9844013e50351bc338e2
+Subproject commit 8d195e44250f6c5d48d97d406cdf7439ab6df95e