32-bit powerpc should also allow the --exec-only flag.
authorderaadt <deraadt@openbsd.org>
Sun, 29 Jan 2023 16:09:32 +0000 (16:09 +0000)
committerderaadt <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

index 45d378b..4a9a6a4 100644 (file)
@@ -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: