Use -Wl, to pass options to the linker for PowerPC's boot1.chrp.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2014-12-29 09:24:21 +00:00
parent f83577167c
commit 8763c089ab

View File

@ -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}