From: Raúl Porcel Date: Sat, 11 Sep 2010 18:06:26 +0000 (+0000) Subject: Fix sparc bug, gentoo bug 297231 X-Git-Tag: CATALYST-2.0.10~3^2~61 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=68b80fad7fbbab88d6626c803629b3ea8d9e668d;p=catalyst.git Fix sparc bug, gentoo bug 297231 --- diff --git a/ChangeLog b/ChangeLog index 51457993..6b48ef4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 11 Sep 2010; Raúl Porcel + targets/netboot/netboot-final.sh: + Fix sparc bug, gentoo bug 297231 + 04 Sep 2010; Raúl Porcel modules/catalyst/arch/arm.py: Fix typo and add armv7a-hardfp target diff --git a/targets/netboot/netboot-final.sh b/targets/netboot/netboot-final.sh index 08f6e7b1..2dbce72f 100644 --- a/targets/netboot/netboot-final.sh +++ b/targets/netboot/netboot-final.sh @@ -32,7 +32,7 @@ case ${clst_hostarch} in sleep 0 ;; sparc*) - if [ "${clst_hostarch}" == "sparc" ]; then + if [ "${clst_subarch}" == "sparc" ]; then piggyback=piggyback else piggyback=piggyback64