svn commit: r353161 - head/stand/powerpc/uboot

Kyle Evans kevans at FreeBSD.org
Mon Oct 7 03:28:12 UTC 2019


Author: kevans
Date: Mon Oct  7 03:28:11 2019
New Revision: 353161
URL: https://svnweb.freebsd.org/changeset/base/353161

Log:
  Revert r352557: powerpc/loader: Install ubldr without stripping
  
  This was committed due to what was later diagnosed as an msdosfs bug
  preventing in-place strip. This bug was fixed in r352564, and we agreed to
  keep the workaround in for a bit to allow the driver fix a suitable amount
  of propagation time for folks building/installing powerpc/ubldr, seeing as
  how we were not in any hurry to revert.

Modified:
  head/stand/powerpc/uboot/Makefile

Modified: head/stand/powerpc/uboot/Makefile
==============================================================================
--- head/stand/powerpc/uboot/Makefile	Mon Oct  7 03:05:32 2019	(r353160)
+++ head/stand/powerpc/uboot/Makefile	Mon Oct  7 03:28:11 2019	(r353161)
@@ -13,7 +13,6 @@ LOADER_BZIP2_SUPPORT?=	no
 
 BINDIR= 	/boot/uboot
 PROG=		ubldr
-STRIP=
 NEWVERSWHAT=	"U-Boot loader" ${MACHINE_ARCH}
 INSTALLFLAGS=	-b
 


More information about the svn-src-head mailing list