Skip to content
Snippets Groups Projects
Commit 8c9c8ca2 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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

Report from Ryan Murray via Debian
parent 73b92d10
No related branches found
No related tags found
No related merge requests found
CFLAGS=-O2
case $host_cpu in
mips*) CFLAGS="$CFLAGS -mips2";;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment