[Piuparts-commits] [piuparts] 08/10: disable foreign architectures for crossbuild* and friends

Holger Levsen holger at layer-acht.org
Mon Dec 19 13:04:39 UTC 2016


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

holger pushed a commit to branch develop
in repository piuparts.

commit 1e5a6f6390055af9193f9f5abcd6a384bd929731
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Dec 19 12:18:07 2016 +0100

    disable foreign architectures for crossbuild* and friends
    
    this is no longer needed
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 .../scripts/pre_install_foreign_architecture       | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/custom-scripts/scripts/pre_install_foreign_architecture b/custom-scripts/scripts/pre_install_foreign_architecture
index 8f829d4..dbbe738 100755
--- a/custom-scripts/scripts/pre_install_foreign_architecture
+++ b/custom-scripts/scripts/pre_install_foreign_architecture
@@ -15,33 +15,6 @@ case ${PIUPARTS_OBJECTS%%=*} in
 	lib*cuda1)
 		FOREIGN="i386"
 		;;
-	crossbuild-essential-arm64|\
-	*-aarch64-linux-gnu)
-		FOREIGN="arm64"
-		;;
-	crossbuild-essential-armel|\
-	*-arm-linux-gnueabi)
-		FOREIGN="armel"
-		;;
-	crossbuild-essential-armhf|\
-	*-arm-linux-gnueabihf)
-		FOREIGN="armhf"
-		;;
-	*-mips-linux-gnu)
-		FOREIGN="mips"
-		;;
-	crossbuild-essential-mipsel|\
-	*-mipsel-linux-gnu)
-		FOREIGN="mipsel"
-		;;
-	crossbuild-essential-powerpc|\
-	*-powerpc-linux-gnu)
-		FOREIGN="powerpc"
-		;;
-	crossbuild-essential-ppc64el|\
-	*-powerpc64le-linux-gnu)
-		FOREIGN="ppc64el"
-		;;
 esac
 
 if [ -n "$FOREIGN" ] && [ "$FOREIGN" != "$(dpkg --print-architecture)" ]; then

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



More information about the Piuparts-commits mailing list