Browse Source

fixed power to use mcpu instead only mtune

(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
rocklinux
Rene Rebe 21 years ago
parent
commit
4c322bfecb
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      architecture/powerpc/gcc-options

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -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
- 1
architecture/powerpc/gcc-options

@ -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

Loading…
Cancel
Save