From c42aba1683087c2287f4f289270207ebe24e4a7f Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Wed, 24 Mar 2021 16:37:01 -0700 Subject: [PATCH 2/4] ARC/debian/rules2: gcc disable multilib Signed-off-by: Vineet Gupta --- debian/rules2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules2 b/debian/rules2 index 6a402f086592..cb07b861a35f 100644 --- a/debian/rules2 +++ b/debian/rules2 @@ -533,6 +533,10 @@ ifneq (,$(findstring riscv64-linux,$(DEB_TARGET_GNU_TYPE))) CONFARGS += --with-arch=rv64imafdc --with-abi=lp64d endif +ifneq (,$(findstring arc-linux,$(DEB_TARGET_GNU_TYPE))) + CONFARGS += --disable-multilib +endif + ifneq (,$(findstring s390x-linux,$(DEB_TARGET_GNU_TYPE))) ifeq ($(derivative),Ubuntu) ifneq (,$(filter $(distrelease),xenial bionic disco eoan focal)) -- 2.25.1