mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use -Wl, to pass options to the linker for PowerPC's boot1.chrp.
MFC after: 3 days
This commit is contained in:
parent
f83577167c
commit
8763c089ab
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ MAN=
|
|||
CFLAGS= -ffreestanding -msoft-float -Os \
|
||||
-I${.CURDIR}/../../common -I${.CURDIR}/../../../ \
|
||||
-D_STANDALONE
|
||||
LDFLAGS=-nostdlib -static -N
|
||||
LDFLAGS=-nostdlib -static -Wl,-N
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
.PATH: ${.CURDIR}/../../../libkern ${.CURDIR}/../../../../lib/libc/powerpc/gen ${.CURDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue