Remove -mips2 flag, which breaks the build on some MIPS systems.
Report from Ryan Murray via Debian
This commit is contained in:
parent
73b92d10c6
commit
8c9c8ca2b5
@ -1,5 +1 @@
|
||||
CFLAGS=-O2
|
||||
|
||||
case $host_cpu in
|
||||
mips*) CFLAGS="$CFLAGS -mips2";;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user