diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-29 16:09:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-29 16:09:33 +0000 |
commit | 1bfe5ea1b8d823afe7ad1f80e0aae45aa4509787 (patch) | |
tree | 533cbf22e09da9d1a3a2e807b80c789a1b4bb9ff /gnu/llvm | |
parent | 71ef07eff30a5deb8633b3a7f33570fce42fe358 (diff) |
32-bit powerpc should also allow the --exec-only flag.
but it isn't the default yet
Diffstat (limited to 'gnu/llvm')
-rw-r--r-- | gnu/llvm/lld/ELF/Driver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/llvm/lld/ELF/Driver.cpp b/gnu/llvm/lld/ELF/Driver.cpp index 45d378b8c36..4a9a6a42105 100644 --- 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: |