mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove -mips2 flag, which breaks the build on some MIPS systems.
Report from Ryan Murray via Debian
This commit is contained in:
@ -1,5 +1 @@
|
|||||||
CFLAGS=-O2
|
CFLAGS=-O2
|
||||||
|
|
||||||
case $host_cpu in
|
|
||||||
mips*) CFLAGS="$CFLAGS -mips2";;
|
|
||||||
esac
|
|
||||||
|
Reference in New Issue
Block a user