artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5293947
)
Allow people to try --execute-only on amd64 and sparc64. the default is
author
deraadt
<deraadt@openbsd.org>
Sat, 14 Jan 2023 16:15:43 +0000
(16:15 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 14 Jan 2023 16:15:43 +0000
(16:15 +0000)
changed.
gnu/llvm/lld/ELF/Driver.cpp
patch
|
blob
|
history
diff --git
a/gnu/llvm/lld/ELF/Driver.cpp
b/gnu/llvm/lld/ELF/Driver.cpp
index
aaad701
..
958fe0c
100644
(file)
--- a/
gnu/llvm/lld/ELF/Driver.cpp
+++ b/
gnu/llvm/lld/ELF/Driver.cpp
@@
-362,6
+362,8
@@
static void checkOptions() {
case EM_AARCH64:
case EM_RISCV:
case EM_MIPS:
+ case EM_SPARCV9:
+ case EM_X86_64:
break;
default:
error("-execute-only is not supported on this target");