PERFORCE change 227209 for review

Robert Watson rwatson at FreeBSD.org
Fri Mar 29 13:07:58 UTC 2013


http://p4web.freebsd.org/@@227209?ac=10

Change 227209 by rwatson at 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


More information about the p4-projects mailing list