Browse Source

fixed lx_config to not magle x86_64

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1518 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
ad683fb232
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/base/linux24/lx_config.sh

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -22,6 +22,7 @@
- fixed emacs for powerpc (and removed already disabled patch)
- disabled MMIO for SYM53C8XX on sparc: it does crash reproduceable on my U5
- Daniel Pischl: updated xchat
- fixed lx_config to not magle x86_64
*) 2003-09-24 (2.0.0-rc1 - 2.0.0-rc2)

+ 1
- 1
package/base/linux24/lx_config.sh

@ -24,7 +24,7 @@ treever=${pkg/linux/} ; treever=${treever/-*/}
archdir="$base/download/$repository/linux$treever"
srctar="linux-${vanilla_ver}.tar.bz2"
lx_cpu=`echo "$arch_machine" | sed -e s/x86/i386/ \
lx_cpu=`echo "$arch_machine" | sed -e s/x86$/i386/ \
-e s/i.86/i386/ -e s/powerpc/ppc/ -e s/hppa/parisc/`
[ $arch = sparc -a "$ROCKCFG_SPARC_64BIT_KERNEL" = 1 ] && \

Loading…
Cancel
Save