Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2013 13:07:57 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 227209 for review
Message-ID:  <201303291307.r2TD7vpx021846@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@227209?ac=10

Change 227209 by rwatson@rwatson_zenith_cl_cam_ac_uk on 2013/03/29 13:07:30

	Make sure linker.cfg can be found in different build modes for
	BERI boot2.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/Makefile#5 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/Makefile#5 (text+ko) ====

@@ -24,10 +24,10 @@
 		-fno-pic -mno-abicalls		\
 		-g
 
-LDFLAGS=	-nostdlib		\
-		-static			\
-		-N			\
-		-T linker.cfg		\
+LDFLAGS=	-nostdlib			\
+		-static				\
+		-N				\
+		-T ${.CURDIR}/linker.cfg	\
 		-G0
 
 boot2: linker.cfg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303291307.r2TD7vpx021846>