diff options
author | deadprogram <[email protected]> | 2024-04-29 16:26:45 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-04-29 20:50:23 +0200 |
commit | da23cdeae4e80767cb2e8025269bd844c096ead1 (patch) | |
tree | 4d5572d1fbac89b9e156509d416323d9eb835afa /GNUmakefile | |
parent | d419cc11bf095d146dd2638ca99c0b278a6555ff (diff) | |
download | tinygo-da23cdeae4e80767cb2e8025269bd844c096ead1.tar.gz tinygo-da23cdeae4e80767cb2e8025269bd844c096ead1.zip |
make: use release esp-17.0.1_20240419 tag for source from espressif LLVM fork for reproducible builds
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8987fcaa5..384a933d3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -239,7 +239,7 @@ gen-device-renesas: build/gen-device-svd # Get LLVM sources. $(LLVM_PROJECTDIR)/llvm: - git clone -b xtensa_release_17.0.1 --depth=1 https://github.com/espressif/llvm-project $(LLVM_PROJECTDIR) + git clone -b esp-17.0.1_20240419 --depth=1 https://github.com/espressif/llvm-project $(LLVM_PROJECTDIR) llvm-source: $(LLVM_PROJECTDIR)/llvm # Configure LLVM. |