[SCM] mpg123/master: Pass --with-cpu=arm_nofpu to configure for armhf too.

Miguel Colon debian.micove at gmail.com
Sun Apr 1 14:49:15 UTC 2012


> Hello:
>
> To make this work you could have done:
>
>
> ifeq ($(ARCH),armhf)
> CONF_arm:=--with-cpu=neon
> CFLAGS += -mfpu=neon
> endif
>
> and moved

(Not sure why the email got sent before I was done.)

CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)

to the top or at least above the if statement.

I had made the change really quick but did not commit it since I
wanted to test it first with qemu first but by the time I finished I
had fallen asleep (took way longer to make qemu work than to compile,
heh).

Anyway reverting the optimization or adding the -mfpu flag works.

- Miguel



More information about the pkg-multimedia-maintainers mailing list