From: BigfootACA Date: 星期一, 18 Oct 2021 12:10:07 +0000 (+0800) Subject: sdm845Pkg: Library: SimpleInit: add text editor X-Git-Tag: v1.0.5~15 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=b31adc4f73c106558e0713be3d1afeebae728ebc;p=edk2-sdm845.git sdm845Pkg: Library: SimpleInit: add text editor Signed-off-by: BigfootACA --- diff --git a/build.sh b/build.sh index c053a09..8dadf22 100755 --- 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" diff --git a/sdm845Pkg/Library/SimpleInit b/sdm845Pkg/Library/SimpleInit index 30b5230..8d195e4 160000 --- a/sdm845Pkg/Library/SimpleInit +++ b/sdm845Pkg/Library/SimpleInit @@ -1 +1 @@ -Subproject commit 30b5230f530fc1a6e96b9844013e50351bc338e2 +Subproject commit 8d195e44250f6c5d48d97d406cdf7439ab6df95e