summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-11-19 21:41:02 -0700
committerGitHub <noreply@github.com>2020-11-19 21:41:02 -0700
commit27b7020872618b5bc87137f4682a69a85aca2bfa (patch)
treecc7302faf83cf0040f4d8d88cb012c5f46af3ec6 /README.md
parentd2a90411c94cc8ea175b879d16a30705d206ae84 (diff)
downloadbcm5719-ortega-27b7020872618b5bc87137f4682a69a85aca2bfa.tar.gz
bcm5719-ortega-27b7020872618b5bc87137f4682a69a85aca2bfa.zip
Revert "build: Enable builds under LLVM 11. (#172)" (#174)
This reverts commit 5520cf3dff14b3805fafafbfc05853a03aeafcfc.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b191cf..67b6c3e 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ This repository depends on a number of external tools
Due to limitations in the MIPS CPU, this firmware requires a custom compiler to function properly.
The custom compiler can be built using the following steps:
```bash
-git clone https://github.com/meklort/llvm-project.git -b meklort-11.0.0
+git clone https://github.com/meklort/llvm-project.git -b meklort-10.0.1
cd llvm-project
mkdir build
cd build
OpenPOWER on IntegriCloud