Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 22:50:24 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324880 - head/sys/boot/i386
Message-ID:  <201710222250.v9MMoOWh001772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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