Browse Source

Miguel Bolanos <mike@hack-solutions.com>:

fixes s/Ultra SPARC/UltraSPARC/


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2013 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Miguel Bolaños 21 years ago
parent
commit
ba2840255d
2 changed files with 4 additions and 3 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -3
      architecture/sparc/config.in

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -9,6 +9,7 @@
enable directory notifications for KDE enable directory notifications for KDE
- cleanup of tcp_wrappers.conf - cleanup of tcp_wrappers.conf
- Alejandro Mery: updated lvs->ipvsadm, keepalived - Alejandro Mery: updated lvs->ipvsadm, keepalived
- Miguel Bolanos: substituted "Ultra SPARC" with "UltraSPARC"
*) 2003-12-17 (2.0.0-rc3 - 2.0.0-rc4) *) 2003-12-17 (2.0.0-rc3 - 2.0.0-rc4)

+ 3
- 3
architecture/sparc/config.in

@ -25,11 +25,11 @@
# General architecture switch # General architecture switch
choice ROCKCFG_SPARC_BITS 32 \ choice ROCKCFG_SPARC_BITS 32 \
32 "Build 32 bit user-space SPARC (v7 and above)" \ 32 "Build 32 bit user-space SPARC (v7 and above)" \
64 "Build 64 bit user-space SPARC (v9 - Ultra SPARC) (EXPERIMENTAL)"
64 "Build 64 bit user-space SPARC (v9 - UltraSPARC) (EXPERIMENTAL)"
# Some architecture special switches # Some architecture special switches
if [ "$ROCKCFG_SPARC_BITS" = 32 ] ; then if [ "$ROCKCFG_SPARC_BITS" = 32 ] ; then
bool 'Build a 64 bit kernel for PCI Ultra SPARC' ROCKCFG_SPARC_64BIT_KERNEL 0
bool 'Build a 64 bit kernel for PCI UltraSPARC' ROCKCFG_SPARC_64BIT_KERNEL 0
# later set multilib here # later set multilib here
fi fi
@ -49,7 +49,7 @@ else
generic "No special optimisation" \ generic "No special optimisation" \
v7 "Optimised for Cypress" \ v7 "Optimised for Cypress" \
v8 "Optimised for Super/Hyper SPARC" \ v8 "Optimised for Super/Hyper SPARC" \
v9 "Optimised for Ultra SPARC"
v9 "Optimised for UltraSPARC"
fi fi
if [ "$ROCKCFG_SPARC_OPT" != generic ] ; then if [ "$ROCKCFG_SPARC_OPT" != generic ] ; then

Loading…
Cancel
Save