diff options
Diffstat (limited to 'sys-freebsd/boot0/ChangeLog')
-rw-r--r-- | sys-freebsd/boot0/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-freebsd/boot0/ChangeLog b/sys-freebsd/boot0/ChangeLog index 32cf31df244b..1760e12766ef 100644 --- a/sys-freebsd/boot0/ChangeLog +++ b/sys-freebsd/boot0/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-freebsd/boot0 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.9 2006/09/21 20:51:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.10 2006/09/24 20:45:27 the_paya Exp $ + + 24 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + files/boot0-6.0-gentoo.patch: + Fix compilation over an i586 CHOST of boot2 by forcing -march=i386 to its + Makefile. *boot0-6.2_beta1 (21 Sep 2006) |