The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=fa6736526e18a4343f908f41d8019982e6994f05
commit fa6736526e18a4343f908f41d8019982e6994f05 Author: Minsoo Choo <[email protected]> AuthorDate: 2025-12-03 04:14:41 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-01-09 20:11:22 +0000 stand: remove powerpcspe linker script Signed-off-by: Minsoo Choo <[email protected]> Reviewed by: emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/1914 (cherry picked from commit 9c72e8e3500408f7ce5fc7be500dd3efc0307674) --- stand/powerpc/ofw/powerpcspe.ldscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/stand/powerpc/ofw/powerpcspe.ldscript b/stand/powerpc/ofw/powerpcspe.ldscript deleted file mode 100644 index aa48f257af1a..000000000000 --- a/stand/powerpc/ofw/powerpcspe.ldscript +++ /dev/null @@ -1,3 +0,0 @@ -OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd", - "elf32-powerpc-freebsd") -INCLUDE "ppc-common.ldscript"
