svn commit: r276356 - head/sys/boot/powerpc/boot1.chrp

Dimitry Andric dim at FreeBSD.org
Mon Dec 29 09:24:22 UTC 2014


Author: dim
Date: Mon Dec 29 09:24:21 2014
New Revision: 276356
URL: https://svnweb.freebsd.org/changeset/base/276356

Log:
  Use -Wl, to pass options to the linker for PowerPC's boot1.chrp.
  
  MFC after:	3 days

Modified:
  head/sys/boot/powerpc/boot1.chrp/Makefile

Modified: head/sys/boot/powerpc/boot1.chrp/Makefile
==============================================================================
--- head/sys/boot/powerpc/boot1.chrp/Makefile	Mon Dec 29 02:13:06 2014	(r276355)
+++ head/sys/boot/powerpc/boot1.chrp/Makefile	Mon Dec 29 09:24:21 2014	(r276356)
@@ -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}


More information about the svn-src-head mailing list