aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2024-04-29 16:26:45 +0200
committerRon Evans <[email protected]>2024-04-29 20:50:23 +0200
commitda23cdeae4e80767cb2e8025269bd844c096ead1 (patch)
tree4d5572d1fbac89b9e156509d416323d9eb835afa /GNUmakefile
parentd419cc11bf095d146dd2638ca99c0b278a6555ff (diff)
downloadtinygo-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--GNUmakefile2
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.