svn commit: r291106 - in head/sys/boot/i386: boot0 boot0ext

Bryan Drewery bdrewery at FreeBSD.org
Fri Nov 20 18:10:03 UTC 2015


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}}


More information about the svn-src-all mailing list