aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Nacke <kai@redstar.de>2022-08-23 20:06:00 -0400
committerKai Nacke <kai@redstar.de>2022-11-13 11:07:51 -0500
commit58c1247efd1776c8ab1b3f46f516d57556461e17 (patch)
tree66524ccc8ea005ad1d986e7d7bbea6f516dae9bb
parentc36128019d2e008e138f9e069b570ba3abaaf1aa (diff)
downloadllvm-58c1247efd1776c8ab1b3f46f516d57556461e17.zip
llvm-58c1247efd1776c8ab1b3f46f516d57556461e17.tar.gz
llvm-58c1247efd1776c8ab1b3f46f516d57556461e17.tar.bz2
[m88k] Update README.markdown
Fixes typos etc. No new information.
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index e7e4ec0..3f0146c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -42,10 +42,10 @@ files on top of `main`, which means that I often rebase. Sorry!
## Status
-The benchnark [MiBench/security-sha](https://github.com/llvm/llvm-test-suite/tree/main/MultiSource/Benchmarks/MiBench/security-sha)
+The benchmark [MiBench/security-sha](https://github.com/llvm/llvm-test-suite/tree/main/MultiSource/Benchmarks/MiBench/security-sha)
from the [LLVM test suite](https://github.com/llvm/llvm-test-suite/) can be
cross-compiled with optimization levels -O0, -O1, and -O2, and gives the same
-results as the gcc-compiled version.
+result as the native gcc-compiled version. Here is the recipe:
1. Create a directory for the header files. From here I name it `$SYSROOT`.
2. Copy directory `/usr/include` (with all subdirectories) from your OpenBSD system