Control: severity -1 important On Wed, 2014-09-17 10:44:47 +0800, YunQiang Su wrote: > Package: shine > Version: 3.1.0-2 > > > In debian/rules, there are lines: > > ifneq (,$(findstrings mips,$(DEB_HOST_ARCH))) > CFLAGS+= -mips32r2 > export CFLAGS > endif > > It will make all mips* ports use mips32r2. > > change it to > > ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH))) > > can fix this problem. > > -- > YunQiang Su
Hello Romain, YunQiang forgot to set the severity of this bug report. Port bugs are at least important. ;-) Cheers, Aníbal
signature.asc
Description: Digital signature

