From: deraadt Date: Sun, 29 Jan 2023 16:09:32 +0000 (+0000) Subject: 32-bit powerpc should also allow the --exec-only flag. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c082986966b7a6e8b0df98021c5683487f8efadc;p=openbsd 32-bit powerpc should also allow the --exec-only flag. but it isn't the default yet --- 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: