(how could this typo sustain such a long time - wonder) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1155 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -2,6 +2,7 @@
*) 2003-08-22 (2.0.0-camp - 2.0.0-rc1)
- fixed shared files for pixieplus
- fixed powerpc to use mcpu instead only mtune
*) 2003-08-21 (2.0.0-camp - 2.0.0-rc1)
@ -1,5 +1,5 @@
if [ "$ROCKCFG_POWERPC_OPT" != "generic" ] ; then
var_append GCC_WRAPPER_INSERT " " "-mtune=$ROCKCFG_POWERPC_OPT"
var_append GCC_WRAPPER_INSERT " " "-mcpu=$ROCKCFG_POWERPC_OPT"
fi