Package: src:binutils
Version: 2.24.51.20140818
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
This patch adds a target for ppc64el necessary for some projects in
order to cross compile in 32-bit BE.
Thanks,
--
Paulo Flabiano Smorigo
IBM Linux Technology Center
diff --git a/debian/rules b/debian/rules
index ab84d1c..d793083 100755
--- a/debian/rules
+++ b/debian/rules
@@ -272,6 +272,9 @@ endif
ifeq ($(DEB_TARGET_ARCH),ppc64)
CONFARGS += --enable-targets=powerpc-linux-gnu
endif
+ifeq ($(DEB_TARGET_ARCH),ppc64el)
+ CONFARGS += --enable-targets=powerpc-linux-gnu
+endif
ifeq ($(DEB_TARGET_ARCH),s390)
CONFARGS += --enable-targets=s390x-linux-gnu
endif