From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A118D138359 for ; Wed, 12 Aug 2020 07:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C34F9E0923; Wed, 12 Aug 2020 07:34:31 +0000 (UTC) Received: from raba.swcp.com (raba.swcp.com [216.184.2.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A20E3E0923 for ; Wed, 12 Aug 2020 07:34:31 +0000 (UTC) Received: from roundcube.swcp.com (roundcube.swcp.com [216.184.2.221]) by raba.swcp.com (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 07C7YSIk005035 for ; Wed, 12 Aug 2020 01:34:30 -0600 Received: from roundcube.swcp.com (localhost [127.0.0.1]) by roundcube.swcp.com (8.15.2/8.15.2/Debian-8) with ESMTP id 07C7YS7G008337 for ; Wed, 12 Aug 2020 01:34:28 -0600 Received: (from www-data@localhost) by roundcube.swcp.com (8.15.2/8.15.2/Submit) id 07C7YQim008336; Wed, 12 Aug 2020 01:34:26 -0600 X-Authentication-Warning: roundcube.swcp.com: www-data set sender to ebo@sandien.com using -f To: Subject: Re: [gentoo-soc] Weekly Report: Portage Powered Android X-PHP-Originating-Script: 1000:main.inc Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 12 Aug 2020 01:34:26 -0600 From: EBo In-Reply-To: <20200812014141.gki234cmwfu3daqr@tardis.localdomain> References: <20200812014141.gki234cmwfu3daqr@tardis.localdomain> Message-ID: <633f308663c8b9e54447151f5053479f@mail.swcp.com> X-Sender: ebo@sandien.com User-Agent: Roundcube Webmail/0.8.2 X-Archives-Salt: 11868e68-066d-491c-b48e-134b59ed338d X-Archives-Hash: 75626632ac49fbee030ab155b1dd03b3 I thought I would also mention that recently I learned about the Proxy Maintainers program[1]. It might be another venue to support the efforts. As mentioned before, if this is of interest you should take it up with your mentor and others. EBo -- [1] https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers On Aug 11 2020 7:41 PM, Gunwant Jain wrote: > Hi all, > > This and the previous week, I have been working on building AOSP's > LLVM > toolchain for aarch64. tldr is that I have succeeded in doing so, but > I > have yet to commit my progress at the (yet to be) SharkBait > manifest[1]. > > Really there are just a couple of things to work on before we are > ready > to build Android on arm64: > > 1. The build process is a bit immature. I will commit the polished > changes in a day or two at the LLVM source[2]. > > 2. While trying to minimize dependencies that AOSP bundles for > building > LLVM, I noticed that building LLVM requires using libraries from a > prebuilt gcc[3]. This is unwanted because we aim not to use any of > the > prebuilt dependencies that AOSP ships. > Therefore this week I am working upon building AOSP's gcc[4] for > aarch64. > > Once the GCC dependency is sorted, I will start testing building > Lineage > on aarch64. I have set a personal goal to atleast start these tests > by > this week, since we do not have much time left. > > Finally, I would like to thank my mentor, Heroxbd for providing the > arm64 server, due to which I could pick up the pace and build AOSP's > LLVM on aarch64. > > > Regards, > Gunwant > > [1] https://github.com/WantGuns/manifest/tree/lineage-17.1 > [2] https://github.com/WantGuns/toolchain_llvm_android > [3] > https://github.com/WantGuns/manifest/blob/llvm-r353983/default.xml#L39 > [4] https://android.googlesource.com/toolchain/gcc