svn commit: r324880 - head/sys/boot/i386

Warner Losh imp at FreeBSD.org
Sun Oct 22 22:50:25 UTC 2017


Author: imp
Date: Sun Oct 22 22:50:23 2017
New Revision: 324880
URL: https://svnweb.freebsd.org/changeset/base/324880

Log:
  Use BOOTSRC here.
  
  sponsored by: Netflix

Modified:
  head/sys/boot/i386/Makefile.inc

Modified: head/sys/boot/i386/Makefile.inc
==============================================================================
--- head/sys/boot/i386/Makefile.inc	Sun Oct 22 22:50:19 2017	(r324879)
+++ head/sys/boot/i386/Makefile.inc	Sun Oct 22 22:50:23 2017	(r324880)
@@ -29,7 +29,7 @@ BTXKERN=	${BTXDIR}/btx/btx
 BTXCRT=		${BTXDIR}/lib/crt0.o
 
 # compact binary with no padding between text, data, bss
-LDSCRIPT=	${SRCTOP}/sys/boot/i386/boot.ldscript
+LDSCRIPT=	${BOOTSRC}/i386/boot.ldscript
 # LDFLAGS_BIN=-e start -Ttext ${ORG} -Wl,-T,${LDSCRIPT},-S,--oformat,binary
 # LD_FLAGS_BIN=-static -T ${LDSCRIPT} --gc-sections
 LDFLAGS_BIN=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary


More information about the svn-src-all mailing list