Better optimisation for hppa 7100LC cpu

This commit is contained in:
Michiel Broek
2004-09-25 10:47:33 +00:00
parent 4255e9d3b1
commit b605aba2d0
4 changed files with 13 additions and 6 deletions

View File

@@ -76,8 +76,11 @@ case $OS in
1.1*) FLAGS='-march=1.1' ;;
2.0*) FLAGS='-march=2.0' ;;
esac
case "`egrep 'cpu ' /proc/cpuinfo | cut -d ' ' -f 2`" in
PA7100LC) FLAGS=${FLAGS}' -mschedule=7100LC' ;;
esac
;;
i386)
FLAGS='-march=i386'
;;