[adios] 12/207: Add SH4 support

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:24 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit 930a3548e63efb90049021c641f5b8f8432734a9
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Aug 9 17:52:56 2011 +0100

    Add SH4 support
---
 debian/changelog         |  6 ++++++
 debian/patches/series    |  1 +
 debian/patches/sh4.patch | 20 ++++++++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 467f194..e4ee496 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adios (1.2.1-2) unstable; urgency=low
+
+  * Add support for SH4, thanks to Nobuhiro Iwamatsu. Closes: #635908. 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 09 Aug 2011 17:52:13 +0100
+
 adios (1.2.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #624371).
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..10fb305
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+sh4.patch
diff --git a/debian/patches/sh4.patch b/debian/patches/sh4.patch
new file mode 100644
index 0000000..23bfbdd
--- /dev/null
+++ b/debian/patches/sh4.patch
@@ -0,0 +1,20 @@
+Description: Support for SH-4 Architecture
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635908
+Bug-Debian: http://bugs.debian.org/635908 
+Forwarded: not-needed
+Author: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
+Last-Updated: 2011-08-09
+
+diff --git a/configure b/configure
+index 62d29ed..e9b19b2 100755
+--- a/configure
++++ b/configure
+@@ -6096,7 +6096,7 @@ fi
+
+           ;;
+           # Ignore these flags.
+-        -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
++        -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -little | -LANG:=*)
+           ;;
+         -lkernel32)
+           test x"$CYGWIN" != xyes && ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"

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



More information about the debian-science-commits mailing list