aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiang W <wxjstz@126.com>2024-03-12 16:24:59 +0800
committerAnup Patel <anup@brainfault.org>2024-04-05 15:05:25 +0530
commit76d7e9b8ee72c226cd8424d5483827bcf4c792fa (patch)
tree6c7414da299983d19093754840f241cbfa05e331 /README.md
parent5186da687debaab5c4a81ec351e56d145d88c79c (diff)
downloadopensbi-76d7e9b8ee72c226cd8424d5483827bcf4c792fa.zip
opensbi-76d7e9b8ee72c226cd8424d5483827bcf4c792fa.tar.gz
opensbi-76d7e9b8ee72c226cd8424d5483827bcf4c792fa.tar.bz2
firmware: remove copy-base relocation
Remove copy-base relocations that are no longer needed. Signed-off-by: Xiang W <wxjstz@126.com> Reviewed-by: Samuel Holland <samuel.holland@sifive.com> Tested-by: Samuel Holland <samuel.holland@sifive.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 73de8ea..cbae73a 100644
--- a/README.md
+++ b/README.md
@@ -276,8 +276,7 @@ document.
NOTE: Using Clang with a `riscv*-linux-gnu` GNU binutils linker has been seen
to produce broken binaries with missing relocations; it is therefore currently
-recommended that this combination be avoided or *FW_PIC=n* be used to disable
-building OpenSBI as a position-independent binary.
+recommended that this combination be avoided.
Building with timestamp and compiler info
-----------------------------------------