[double-conversion] 01/05: Add support for m68k.

Sébastien Villemot sebastien at debian.org
Thu Apr 30 21:47:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository double-conversion.

commit b6c6ba3d08fa382fbf5c97f64236389159027fc7
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Apr 30 22:52:13 2015 +0200

    Add support for m68k.
    
    Thanks: Thorsten Glaser for the patch.
    Closes: #699849
---
 debian/patches/fix_m68k.patch | 19 +++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/fix_m68k.patch b/debian/patches/fix_m68k.patch
new file mode 100644
index 0000000..a10c2cb
--- /dev/null
+++ b/debian/patches/fix_m68k.patch
@@ -0,0 +1,19 @@
+Description: Support m68k
+Author: Thorsten Glaser <tg at mirbsd.de>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699849
+Reviewed-by: Sébastien Villemot <sebastien at debian.org>
+Last-Update: 2015-04-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/utils.h
++++ b/src/utils.h
+@@ -70,6 +70,9 @@
+ #else
+ #undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
+ #endif  // _WIN32
++#elif defined(__m68k__)
++// The MC68881 also uses an 80bit wide floating point stack.
++#undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
+ #else
+ #error Target architecture was not detected as supported by Double-Conversion.
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..40b9c03
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_m68k.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/double-conversion.git



More information about the debian-science-commits mailing list