On Sun, 10 Apr 2016 22:39:39 +0200 Tobias Frost <[email protected]> wrote: > +ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386)) > +Â Â CFLAGS += -ffloat-store > +Â Â CXXFLAGS += -ffloat-store > +endif > +ifneq (,$(filter $(DEB_HOST_ARCH_CPU), powerpc ppc64 s390x)) > +Â Â CFLAGS += -ffp-contract=off > +Â Â CXXFLAGS += -ffp-contract=off > +endif
Yup, that works. Thank you very much! Daniel -- 4096R/DF5182C8 http://www.danielstender.com/blog/ -- debian-science-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers
