Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8c9c8ca

Browse files
committed
Remove -mips2 flag, which breaks the build on some MIPS systems.
Report from Ryan Murray via Debian
1 parent 73b92d1 commit 8c9c8ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/template/linux

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
CFLAGS=-O2
2-
3-
case $host_cpu in
4-
mips*) CFLAGS="$CFLAGS -mips2";;
5-
esac

0 commit comments

Comments
 (0)