artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e4159
)
permit -execute-only on ppc64 (not default)
author
deraadt
<deraadt@openbsd.org>
Tue, 24 Jan 2023 23:16:14 +0000
(23:16 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 24 Jan 2023 23:16:14 +0000
(23:16 +0000)
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
45c2d37
..
b718f47
100644
(file)
--- a/
gnu/llvm/lld/ELF/Driver.cpp
+++ b/
gnu/llvm/lld/ELF/Driver.cpp
@@
-364,6
+364,7
@@
static void checkOptions() {
case EM_MIPS:
case EM_SPARCV9:
case EM_X86_64:
+ case EM_PPC64:
break;
default:
error("-execute-only is not supported on this target");