Michael R. Crusoe pushed to branch master at Debian Med / fermi-lite
Commits: ea461194 by Michael R. Crusoe at 2019-12-14T14:34:07Z Add -latomic for those archs that need it - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +fermi-lite (0.1-7) unstable; urgency=medium + + * Team upload. + * Add -latomic for those archs that need it + + -- Michael R. Crusoe <[email protected]> Sat, 14 Dec 2019 15:33:59 +0100 + fermi-lite (0.1-6) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -3,6 +3,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow export DEB_CFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3 export DEB_CXXFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3 +ifneq (,$(filter $(DEB_HOST_ARCH), m68k mipsel powerpc sh4)) + export DEB_LDFLAGS_MAINT_APPEND=-latomic +endif %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/fermi-lite/commit/ea461194bcf3b06a1599288fdc4ad4c2c9ad7b13 -- View it on GitLab: https://salsa.debian.org/med-team/fermi-lite/commit/ea461194bcf3b06a1599288fdc4ad4c2c9ad7b13 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
