artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d9f23a
)
32-bit powerpc should also allow the --exec-only flag.
author
deraadt
<deraadt@openbsd.org>
Sun, 29 Jan 2023 16:09:32 +0000
(16:09 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 29 Jan 2023 16:09:32 +0000
(16:09 +0000)
but it isn't the default yet
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
45d378b
..
4a9a6a4
100644
(file)
--- a/
gnu/llvm/lld/ELF/Driver.cpp
+++ b/
gnu/llvm/lld/ELF/Driver.cpp
@@
-362,6
+362,7
@@
static void checkOptions() {
case EM_386:
case EM_AARCH64:
case EM_MIPS:
+ case EM_PPC:
case EM_PPC64:
case EM_RISCV:
case EM_SPARCV9: