From patchwork Tue Feb 22 12:51:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5269 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4K2zbm0LTlz3xgV for ; Tue, 22 Feb 2022 12:52:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4K2zb01F6Tz5gF; Tue, 22 Feb 2022 12:52:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2zZy6Gkjz32Ml; Tue, 22 Feb 2022 12:52:10 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4K2zZr0TqFz2ypl for ; Tue, 22 Feb 2022 12:52:04 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4K2zZp1Ynkz5Yd; Tue, 22 Feb 2022 12:52:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645534322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Vtnpkq5St4YCOgw3zxKrlz86GvsJJOqvYReaXXnfQpk=; b=KYzo2V2K1CCDPz7wDlTQ//0GOrmBpMBL4vgNdUYWxSaRt2YEuDNNvoTDSh2TMNbeHDIhVN 79S2h9LN4PaL+9x3YrhLs9ZKIukMQrLqgv//5HSoAbeZKpFI0j/CoSj18rB9X3/Ofh16JB QNKB69Uq2peO8Q8omNET/QMR74FL1sCrV7/wXP6NURVVH3Ub4f0qBIt0bcozCUy37Msj4D VcYKTXlL+DCcEP1c0qUf+/0S/t0lTs/rlWeknluybdLCONe/wRSIJXbAB1cqIj7oTWbeSY ouUQczAtFQROZXADoZVTaGVZvg628fEGuvOk5ZfewZG0LDui8RxarCzc9KGIhg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645534322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Vtnpkq5St4YCOgw3zxKrlz86GvsJJOqvYReaXXnfQpk=; b=22h7g71rpFywoUTgAiDElbXrhzQBSW6G8r/ciYf4WpLUuV8UwiP/fCgacNKl5RgeZDCOkp Gqlv6NJaZfNazDCw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 48/50] boost: Enable build on all architectures Date: Tue, 22 Feb 2022 12:51:33 +0000 Message-Id: <20220222125135.1211290-49-michael.tremer@ipfire.org> In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org> References: <20220222125135.1211290-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/boost | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/boost b/lfs/boost index 2ee4b0052..01a9a1f6a 100644 --- a/lfs/boost +++ b/lfs/boost @@ -31,7 +31,6 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = aarch64 armv6l x86_64 CFLAGS += -O3 -fno-strict-aliasing CXXFLAGS += -O3 -fno-strict-aliasing