From b31adc4f73c106558e0713be3d1afeebae728ebc Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Mon, 18 Oct 2021 20:10:07 +0800 Subject: [PATCH] sdm845Pkg: Library: SimpleInit: add text editor Signed-off-by: BigfootACA --- build.sh | 3 ++- sdm845Pkg/Library/SimpleInit | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.45.2