summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-02 08:46:47 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-02 08:46:47 +0000
commitedec5330d95500d82c6d1af278c3ba782c7ae804 (patch)
tree8618b75b3024db2c85ffd9075412efd3f92ae909
parentfa99393be2c52de8019a7d717202525b41b2cebe (diff)
build_llvm_package.bat: Reduce changes compared to upstream script
Put more things in user's PATH on the system. Change-Id: I14a69d25cb50d3444b8604a5f694c51433fae2b7
-rwxr-xr-xbuild_llvm_package.bat6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_llvm_package.bat b/build_llvm_package.bat
index 660c07c4..4bc0b645 100755
--- a/build_llvm_package.bat
+++ b/build_llvm_package.bat
@@ -24,11 +24,6 @@ set vsdevcmd=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Comm
set python32_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36-32
set python64_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36
-REM Add 7Zip
-set "PATH=%PATH%;C:\Program Files (x86)\7-Zip"
-REM Add curl, mv, and other mingw utilities
-set "PATH=%PATH%;C:\Program Files (x86)\Git\usr\bin"
-
for /f "usebackq" %%i in (`PowerShell ^(Get-Date^).ToString^('yyyyMMdd'^)`) do set datestamp=%%i
set revision=%1
@@ -71,7 +66,6 @@ REM TODO: Run the "check-all" tests.
set "VSCMD_START_DIR=%CD%"
call "%vsdevcmd%" -host_arch=x86 -arch=arm64
-set "PATH=C:\Program Files\LLVM\bin;C:\Users\%USERNAME%\source\ninja;%PATH%;C:\Program Files (x86)\NSIS"
set CC=clang-cl
set CXX=clang-cl
mkdir build32_stage0