From 8c9c8ca2b57e4edef218245ccdc9eef7c06425d8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 21 Mar 2002 15:21:41 +0000 Subject: [PATCH] Remove -mips2 flag, which breaks the build on some MIPS systems. Report from Ryan Murray via Debian --- src/template/linux | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/template/linux b/src/template/linux index 02371c1d04..64f27c68ca 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,5 +1 @@ CFLAGS=-O2 - -case $host_cpu in - mips*) CFLAGS="$CFLAGS -mips2";; -esac -- 2.40.0