Commit 8c9c8ca2 authored by Peter Eisentraut's avatar Peter Eisentraut

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

Report from Ryan Murray via Debian
parent 73b92d10
CFLAGS=-O2
case $host_cpu in
mips*) CFLAGS="$CFLAGS -mips2";;
esac
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment