summaryrefslogtreecommitdiff
path: root/uefi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'uefi.sh')
-rwxr-xr-xuefi.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/uefi.sh b/uefi.sh
index 839e08e..225465e 100755
--- a/uefi.sh
+++ b/uefi.sh
@@ -178,8 +178,6 @@ SCT=${SCT:-0}
if [ "${SCT}" -ne 0 ]; then
git clone --depth 1 ssh://git@dev-private-git.linaro.org/people/heyi.guo/UEFI-SCT.git ${EDK2_DIR}/SctPkg
- sed -i 's/-Werror//g' ${basetools}/Conf/tools_def.template
- sed -i 's/-Werror//g' ${EDK2_DIR}/Conf/tools_def.txt
mkdir -p ${basetools}/Bin/Linux-x86_64
cd ${EDK2_DIR}
./SctPkg/BuildSct.sh ARM ${AARCH32_TOOLCHAIN}