[Pkg-virtualbox-commits] [kbuild] 01/02: Add ppc64el support, from Fernando Seiti Furusato

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Oct 22 15:02:25 UTC 2014


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

locutusofborg-guest pushed a commit to branch master
in repository kbuild.

commit 38a7d684b88a7b43e42d74cbd42c553c77ea7dd1
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Oct 22 15:13:55 2014 +0200

    Add ppc64el support, from Fernando Seiti Furusato
---
 debian/changelog               |  2 ++
 debian/patches/10_ppc64el.diff | 29 +++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 962835e..c01049b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ kbuild (1:0.1.9998svn2695+dfsg-3) UNRELEASED; urgency=medium
 
   * Add myself to uploaders.
   * Bump Standards-Version to 3.9.6, no changes needed.
+  [ Fernando Seiti Furusato ]
+  * Added ppc64el to build to fix ftbfs (Closes: #760605).
 
  -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Mon, 20 Oct 2014 09:53:59 +0200
 
diff --git a/debian/patches/10_ppc64el.diff b/debian/patches/10_ppc64el.diff
new file mode 100644
index 0000000..86f37ee
--- /dev/null
+++ b/debian/patches/10_ppc64el.diff
@@ -0,0 +1,29 @@
+Index: kbuild-0.1.9998svn2695+dfsg/kBuild/env.sh
+===================================================================
+--- kbuild-0.1.9998svn2695+dfsg.orig/kBuild/env.sh
++++ kbuild-0.1.9998svn2695+dfsg/kBuild/env.sh
+@@ -351,6 +351,9 @@ if test -z "$KBUILD_HOST_ARCH"; then
+         ppc64|powerpc64)
+             KBUILD_HOST_ARCH='ppc64'
+             ;;
++        ppc64le)
++            KBUILD_HOST_ARCH='ppc64el'
++            ;;
+         mips32|mips)
+             KBUILD_HOST_ARCH='mips32'
+             ;;
+Index: kbuild-0.1.9998svn2695+dfsg/kBuild/header.kmk
+===================================================================
+--- kbuild-0.1.9998svn2695+dfsg.orig/kBuild/header.kmk
++++ kbuild-0.1.9998svn2695+dfsg/kBuild/header.kmk
+@@ -189,8 +189,8 @@ KBUILD_BLD_TYPES := release profile debu
+ # build types. (PORTME)
+ #
+ KBUILD_OSES      := darwin dos dragonfly freebsd gnukfreebsd haiku l4 linux netbsd nt openbsd os2 solaris win os-agnostic
+-KBUILD_ARCHES    := x86 amd64 sparc32 sparc64 s390 s390x ppc32 ppc64 mips32 mips64 ia64 hppa32 hppa64 arm alpha sh
+-KBUILD_ARCHES_64 := amd64 sparc64 s390x ppc64 mips64 ia64 hppa64 alpha
++KBUILD_ARCHES    := x86 amd64 sparc32 sparc64 s390 s390x ppc32 ppc64 ppc64el mips32 mips64 ia64 hppa32 hppa64 arm alpha sh
++KBUILD_ARCHES_64 := amd64 sparc64 s390x ppc64 ppc64el mips64 ia64 hppa64 alpha
+ KBUILD_ARCHES_32 := x86 sparc32 s390 ppc32 mips32 hppa32 arm sh
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index b064397..16ee264 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 07_special-chars-build-path.diff
 08_no_o3_optimization.diff
 09_read.c_record_files_SV_33034_Changes_fatal_to_error.patch
+10_ppc64el.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git



More information about the Pkg-virtualbox-commits mailing list