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.

12 lines
226 B

  1. case "$ROCKCFG_SPARC_BITS" in
  2. 32)
  3. arch_machine=sparc
  4. arch_target="sparc-unknown-linux-gnu"
  5. arch_sizeof_char_p=4 ;;
  6. 64)
  7. arch_machine=sparc64
  8. arch_target="sparc64-unknown-linux-gnu"
  9. arch_sizeof_char_p=8 ;;
  10. esac