* [PATCH] deb-pkg: support ppc64 and ppc64el Debian archs
@ 2014-08-07 20:32 Thadeu Lima de Souza Cascardo
0 siblings, 0 replies; only message in thread
From: Thadeu Lima de Souza Cascardo @ 2014-08-07 20:32 UTC (permalink / raw)
To: mmarek
Cc: brenohl, linuxppc-dev, linux-kernel,
Thadeu Lima de Souza Cascardo, linux-kbuild
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
---
scripts/package/builddeb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 35d5a58..c26c28b 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -36,6 +36,8 @@ create_package() {
debarch=sparc ;;
s390*)
debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;;
+ ppc64*)
+ debarch=ppc64$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
ppc*)
debarch=powerpc ;;
parisc*)
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-07 20:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07 20:32 [PATCH] deb-pkg: support ppc64 and ppc64el Debian archs Thadeu Lima de Souza Cascardo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).