Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2015 18:10:02 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291106 - in head/sys/boot/i386: boot0 boot0ext
Message-ID:  <201511201810.tAKIA2X7069050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Nov 20 18:10:02 2015
New Revision: 291106
URL: https://svnweb.freebsd.org/changeset/base/291106

Log:
  Remove disconnected boot0ext.
  
  This was [re-]added in r127458 (apparently with disconnected history as well)
  and never connected to the build.
  
  It is no longer relevant for modern systems from the past 20 years.
  
  Discussed with:	jhb
  Sponsored by:	EMC / Isilon Storage Division

Deleted:
  head/sys/boot/i386/boot0/boot0ext.S
  head/sys/boot/i386/boot0ext/
Modified:
  head/sys/boot/i386/boot0/Makefile

Modified: head/sys/boot/i386/boot0/Makefile
==============================================================================
--- head/sys/boot/i386/boot0/Makefile	Fri Nov 20 17:52:46 2015	(r291105)
+++ head/sys/boot/i386/boot0/Makefile	Fri Nov 20 18:10:02 2015	(r291106)
@@ -80,5 +80,4 @@ LDFLAGS=-e start -Ttext ${BOOT_BOOT0_ORG
 
 # XXX: clang integrated-as doesn't grok .codeNN directives yet
 CFLAGS.boot0.S=		${CLANG_NO_IAS}
-CFLAGS.boot0ext.S=	${CLANG_NO_IAS}
 CFLAGS+=		${CFLAGS.${.IMPSRC:T}}



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