|
|
@ -15,9 +15,11 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
# Optimization |
|
|
|
# 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 |
|
|
|
case "$arch_machine" in |
|
|
|
var_append extraconfopt ' ' '--enable-i386-hacks' |
|
|
|
i486|i586|i686|Intel|k6|k7) |
|
|
|
echo_status "Enable i386 hacks" |
|
|
|
var_append extraconfopt ' ' '--enable-i386-hacks' |
|
|
|
fi |
|
|
|
echo_status "Enable i386 hacks" |
|
|
|
|
|
|
|
;; |
|
|
|
|
|
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
var_append extraconfopt ' ' '--enable-threads' |
|
|
|
var_append extraconfopt ' ' '--enable-threads' |
|
|
|