X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by lists.alpinelinux.org (Postfix) with ESMTP id E90245C4C99 for ; Mon, 28 Aug 2017 07:09:56 +0000 (GMT) Received: by mail-lf0-f67.google.com with SMTP id g77so3245400lfg.2 for ; Mon, 28 Aug 2017 00:09:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=g7IHmTuJaDSXlKRcW+Q54Lw4HF6ESUs5o/dnUgngDog=; b=vSS48PGz89LgAMIj8eoxkloEnmZnFfGiUyBPFpTrRkv5W/pOSMQdQz2eka3etDbnIi 0Fa/Z9ocf+GzNRFETLwn1hO3ZG9vyxiCL+V7DYJZsPCfY3qiIipai5g0iZy/renTBkwA bO3lRUJ87HvJG6zr+JAP649lkg9njaN9r1kB4MYhckgBb7Kbe1C+H0SmIyYmoMyKsfv9 ucFcVNR+6nIfU8kGagKAO6whBah2Ve04Wq72+CRibbFneg9QP7l2zdbdkHrpJDG6qk67 OD76nsS0rY6LWQSsJncmySbFrdBHyp+0Z5r6z0joq6K08yg+3futhYVRBiX4D97DCeyk Bg2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=g7IHmTuJaDSXlKRcW+Q54Lw4HF6ESUs5o/dnUgngDog=; b=d3iXIEDpqA/CFqVdC1ukH6ORF+Ula5OD+XySRIwCvvYCM009wvQbBOGzwFgxvGpY2j XCFrUbWsRkSvcsjW2/4WhbLVkJER3Kx7pfBgM1cD2PrCzEHWQvX4brQzwxSiqicAA9E4 6wH91SvzLs2YJNsbP/GOKAbd4xjw9jHIJsFlJIsJWOKCPTUtGUDrnuIczMQth7T3L7zi +O37QZ7bHIBUWC9OFKmmq5k/k/DMV5SnAhxpPDXd4IumwG6bit/UZzymJb6kIJ1lLJD8 4/cquxXT6KksOS4z/t9ixQJml0yhxS3PooJ4RmFtMS7mknlmHS1c39JelraYaxLB9Q/d fXPw== X-Gm-Message-State: AHYfb5iKzaxRfWsW6H6VK0Sv7JzGH6W8ET5ZNysPJRCL1dEf7m2psAvq OzwqAmmSUoHnIg== X-Received: by 10.46.88.65 with SMTP id x1mr2500020ljd.162.1503904195899; Mon, 28 Aug 2017 00:09:55 -0700 (PDT) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id x66sm2245139lff.64.2017.08.28.00.09.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 28 Aug 2017 00:09:54 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 28 Aug 2017 10:09:50 +0300 From: Timo Teras To: Marian Buschsieweke Cc: Natanael Copa , alpine-dev Subject: [alpine-devel] Cross-compilers [was: Re: [alpine-aports] [PATCH 2/3] testing/gcc-arm-none-eabi: New aport] Message-ID: <20170828100950.636fd65a@vostro.util.wtbts.net> In-Reply-To: <20170826140729.2822-2-marian.buschsieweke@ovgu.de> References: <20170826140729.2822-1-marian.buschsieweke@ovgu.de> <20170826140729.2822-2-marian.buschsieweke@ovgu.de> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, We've occasionally received requests for cross-compilers. And in fact we do keep the *-avr variant already because we can't have native building for it really nor run alpine on these microcontrollers. Now ARM embedded is the second most popular, and many would benefit from a cross compiler, probably me including. I was earlier hopeful on getting an 'abuild build flavors' feature where abuild could be used to automatically build several different flavors of same APKBUILD - in cross-compiler case involving building binutils & gcc for several different CTARGETs. But as this feature has not been implemented yet, I'm writing to check if anyone is working on it, or willing to work on it very soon. Or should we open up to accept cross-compilers as separate APKBUILDs until this feature is done? Also, arm-none-eabi is also targetting bare-metal. So I wonder if this should be separately added anyway. @ncopa, any thoughts if this should/could reference the main 'gcc' or be separate like suggested in the patch? Thanks Timo On Sat, 26 Aug 2017 16:07:28 +0200 Marian Buschsieweke wrote: > The GNU Compiler Collection for embedded ARM targets (e.g. Cortex > M0/M3/M4/...) http://gcc.gnu.org --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---