]> granicus.if.org Git - postgresql/commitdiff
Remove -mips2 flag, which breaks the build on some MIPS systems.
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 21 Mar 2002 15:21:41 +0000 (15:21 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 21 Mar 2002 15:21:41 +0000 (15:21 +0000)
Report from Ryan Murray via Debian

src/template/linux

index 02371c1d04f640d2008a348a1d9d0a47f8e728fe..64f27c68cabb2b5d97d9bd6a58ea7ead961373f8 100644 (file)
@@ -1,5 +1 @@
 CFLAGS=-O2
-
-case $host_cpu in
-  mips*)   CFLAGS="$CFLAGS -mips2";;
-esac