git: boot - Fix build
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu May 28 09:39:39 PDT 2015
commit 2ff972f5e9d0cd56e2c1f2eee7fe180fa776ff97
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu May 28 09:38:45 2015 -0700
boot - Fix build
* icrc32.c from libkern is too big for the boot code, bring in the old
icrc32.c (slow but compact) directly into the boot subtree.
Summary of changes:
sys/boot/pc32/boot2/Makefile | 6 +++---
.../hammer2/icrc.c => sys/boot/pc32/boot2/scrc32.c | 25 +++++++++++++---------
2 files changed, 18 insertions(+), 13 deletions(-)
copy sbin/hammer2/icrc.c => sys/boot/pc32/boot2/scrc32.c (92%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2ff972f5e9d0cd56e2c1f2eee7fe180fa776ff97
--
DragonFly BSD source repository
More information about the Commits
mailing list