Browse Source

the final new PowerPC optimisation options

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1157 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
3d108c58b2
2 changed files with 10 additions and 6 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +6
    -6
      architecture/powerpc/config.in

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-08-23 (2.0.0-camp - 2.0.0-rc1)
- improved powerpc optimisation options to make ISA selectable
*) 2003-08-22 (2.0.0-camp - 2.0.0-rc1) *) 2003-08-22 (2.0.0-camp - 2.0.0-rc1)
- fixed shared files for pixieplus - fixed shared files for pixieplus

+ 6
- 6
architecture/powerpc/config.in

@ -21,12 +21,12 @@
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
choice ROCKCFG_POWERPC_ISA common \ choice ROCKCFG_POWERPC_ISA common \
common "Utilize the subset of POWER and PowerPC" \
power "Optimised for generic POWER" \
power2 "Optimised for generic POWER2" \
powerpc "Optimised for pure PowerPC (not MPC601 hybrid)" \
powerpc64 "Optimised for PowerPC64" \
common "Optimised for both POWER and Power PC"
common "Utilize the common subset of POWER and PowerPC" \
power "Optimised for POWER" \
power2 "Optimised for POWER2" \
601 "Optimised for mixed POWER/PowerPC (only MPC601)" \
powerpc "Optimised for pure PowerPC" \
powerpc64 "Optimised for PowerPC64"
choice ROCKCFG_POWERPC_OPT generic \ choice ROCKCFG_POWERPC_OPT generic \
generic "No special optimisation" \ generic "No special optimisation" \

Loading…
Cancel
Save