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

case "$ROCKCFG_IA32_OPT" in
pentium|pentium-mmx)
var_append ICC_WRAPPER_INSERT " " "-tpp5" ;;
pentium4)
var_append ICC_WRAPPER_INSERT " " "-tpp7" ;;
pentium*)
var_append ICC_WRAPPER_INSERT " " "-tpp6" ;;
esac