nightmorph 09/12/29 18:56:22 Modified: hb-install-sparc-kernel.xml Log: use CROSS_COMPILE environment variable when compile recent sparc kernels
Revision Changes Path 1.38 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.38&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.37&r2=1.38 Index: hb-install-sparc-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- hb-install-sparc-kernel.xml 9 Dec 2009 18:44:01 -0000 1.37 +++ hb-install-sparc-kernel.xml 29 Dec 2009 18:56:22 -0000 1.38 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.37 2009/12/09 18:44:01 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.38 2009/12/29 18:56:22 nightmorph Exp $ --> <sections> -<version>9.3</version> -<date>2009-12-09</date> +<version>9.4</version> +<date>2009-12-29</date> <section> <title>Timezone</title> @@ -272,7 +272,7 @@ </p> <pre caption="Compiling the kernel"> -# <i>make CROSS_COMPILE=sparc64-unknown-linux-gnu- && make image modules_install</i> +# <i>make CROSS_COMPILE=sparc64-unknown-linux-gnu- && make CROSS_COMPILE=sparc64-unknown-linux-gnu- image modules_install</i> </pre> <p>
