summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-12-29 09:27:42 +0000
committerdim <dim@FreeBSD.org>2014-12-29 09:27:42 +0000
commit0cdb9f6679c172382447bdac95be7cd790e4e8fc (patch)
treef3ca4970c00f5c57203f69e42c02caa9179a1f0f /sys/boot/powerpc
parent6a833006487a8787080e189625de4cbed8841169 (diff)
downloadFreeBSD-src-0cdb9f6679c172382447bdac95be7cd790e4e8fc.zip
FreeBSD-src-0cdb9f6679c172382447bdac95be7cd790e4e8fc.tar.gz
Merge ^/head r276347 through r276356.
Diffstat (limited to 'sys/boot/powerpc')
-rw-r--r--sys/boot/powerpc/boot1.chrp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile b/sys/boot/powerpc/boot1.chrp/Makefile
index 4255cdb..c350e5c 100644
--- a/sys/boot/powerpc/boot1.chrp/Makefile
+++ b/sys/boot/powerpc/boot1.chrp/Makefile
@@ -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}
OpenPOWER on IntegriCloud