mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 06:22:24 +01:00
66c8095956
The powerpc support was the only supported architecture not prepending the elf format name with "-freebsd" in base this change makes it consistent with other architectures. On newer version of binutils the powerpc format is also prepended with "-freebsd". Also modify the kernel ldscripts in that regards. As a result it is now possible cross build the kernel on powerpc using newer binutils Differential Revision: https://reviews.freebsd.org/D926 Differential Revision: https://reviews.freebsd.org/D928
5 lines
109 B
Bash
5 lines
109 B
Bash
. ${srcdir}/emulparams/elf32ppc.sh
|
|
. ${srcdir}/emulparams/elf_fbsd.sh
|
|
|
|
OUTPUT_FORMAT="elf32-powerpc-freebsd"
|