git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@633
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
+ Change powerpc switch kernel version to 2.6.16 for if we ever uncomment it
+
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh,
gen_compile.sh, genkernel:
Add set_kernel_arch(), which maps the genkernel arch to the arch that the
# ppc|ppc64)
# if [ "${VER}" -eq "2" -a "${PAT}" -ge "6" ]
# then
-# if [ "${PAT}" -eq "6" -a "${SUB}" -ge "17" ] || [ "${PAT}" -gt "6" ]
+# if [ "${PAT}" -eq "6" -a "${SUB}" -ge "16" ] || [ "${PAT}" -gt "6" ]
# then
# KERNEL_ARCH=powerpc
# fi