mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
we can also use the upstream binutils linker where we have to have a unique name for the FreeBSD emulation.
8 lines
138 B
Makefile
8 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH} == "powerpc64"
|
|
CFLAGS+= -m32 -mcpu=powerpc
|
|
LDFLAGS+= -m elf32ppc_fbsd
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|