[med-svn] [Git][med-team/fermi-lite][master] Add -latomic for those archs that need it

Michael R. Crusoe gitlab at salsa.debian.org
Sat Dec 14 15:13:38 GMT 2019



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 <michael.crusoe at gmail.com>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191214/2bee4fe0/attachment.html>


More information about the debian-med-commit mailing list