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.
|
# Optimization
|
|
if [ $arch_machine = i686 -o $arch_machine = i586 -o $arch_machine = i486 -o $arch_machine = Intel -o $arch_machine = k6 -o $arch_machine = k7 ] ; then
|
|
var_append confopt " " "--enable-i386-hacks"
|
|
echo "Enable i386 hacks"
|
|
fi
|
|
|
|
var_append confopt " " "--enable-threads"
|
|
var_append confopt " " "--enable-float"
|
|
|