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
228 B

  1. case "$ROCKCFG_IA32_OPT" in
  2. pentium|pentium-mmx)
  3. var_append ICC_WRAPPER_INSERT " " "-tpp5" ;;
  4. pentium4)
  5. var_append ICC_WRAPPER_INSERT " " "-tpp7" ;;
  6. pentium*)
  7. var_append ICC_WRAPPER_INSERT " " "-tpp6" ;;
  8. esac