mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
479 B

  1. --- ./lib/configure.orig 2007-07-01 10:00:43.000000000 +0200
  2. +++ ./lib/configure 2007-07-01 10:03:08.000000000 +0200
  3. @@ -20,7 +20,7 @@
  4. proc=`/usr/sbin/lsdev -C -c processor -S available -F name | head -1`
  5. cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'`
  6. else
  7. - cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/'`
  8. + cpu=`echo $ROCK_ARCH | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/'`
  9. fi
  10. if [ "$sys" = "GNU/kFreeBSD" ]
  11. then