aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-03-21 15:21:41 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-03-21 15:21:41 +0000
commit8c9c8ca2b57e4edef218245ccdc9eef7c06425d8 (patch)
treecaad99afd23af4af8289f75ef82c446a8604ba6f /src
parent73b92d10c66f12ed162857a966eed507bf8d2629 (diff)
downloadpostgresql-8c9c8ca2b57e4edef218245ccdc9eef7c06425d8.tar.gz
postgresql-8c9c8ca2b57e4edef218245ccdc9eef7c06425d8.zip
Remove -mips2 flag, which breaks the build on some MIPS systems.
Report from Ryan Murray via Debian
Diffstat (limited to 'src')
-rw-r--r--src/template/linux4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/template/linux b/src/template/linux
index 02371c1d04f..64f27c68cab 100644
--- a/src/template/linux
+++ b/src/template/linux
@@ -1,5 +1 @@
CFLAGS=-O2
-
-case $host_cpu in
- mips*) CFLAGS="$CFLAGS -mips2";;
-esac