projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b92d1
)
Remove -mips2 flag, which breaks the build on some MIPS systems.
author
Peter Eisentraut
Thu, 21 Mar 2002 15:21:41 +0000
(15:21 +0000)
committer
Peter Eisentraut
Thu, 21 Mar 2002 15:21:41 +0000
(15:21 +0000)
Report from Ryan Murray via Debian
src/template/linux
patch
|
blob
|
blame
|
history
diff --git
a/src/template/linux
b/src/template/linux
index 02371c1d04f640d2008a348a1d9d0a47f8e728fe..64f27c68cabb2b5d97d9bd6a58ea7ead961373f8 100644
(file)
--- a/
src/template/linux
+++ b/
src/template/linux
@@
-1,5
+1
@@
CFLAGS=-O2
-
-case $host_cpu in
- mips*) CFLAGS="$CFLAGS -mips2";;
-esac