Remove -mips2 flag, which breaks the build on some MIPS systems.

Report from Ryan Murray via Debian
This commit is contained in:
Peter Eisentraut 2002-03-21 15:21:41 +00:00
parent 73b92d10c6
commit 8c9c8ca2b5

View file

@ -1,5 +1 @@
CFLAGS=-O2
case $host_cpu in
mips*) CFLAGS="$CFLAGS -mips2";;
esac