From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46817 invoked by alias); 7 Jul 2017 22:11:11 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 46798 invoked by uid 89); 7 Jul 2017 22:11:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:prd, H*M:prd, H*r:Unknown, H*F:D*att.net X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Jul 2017 22:11:08 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 596006fa.7f57a8754360-smtp-out-n02; Fri, 07 Jul 2017 22:11:06 -0000 (UTC) Date: Fri, 07 Jul 2017 22:11:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <596006f9b484_21063fa7d23e5c241223d6@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 1029dc: Fix ARM32 name for android Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_596006f9b0cb_21063fa7d23e5c241222f"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00001.txt.bz2 ----==_mimepart_596006f9b0cb_21063fa7d23e5c241222f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2982 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 1029dcf91ae791545add83caf45db9b191487773 https://github.com/crosstool-ng/crosstool-ng/commit/1029dcf91ae791545add83caf45db9b191487773 Author: Alexey Neyman Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: A samples/aarch64-rpi3-linux-gnu/crosstool.config A samples/aarch64-rpi3-linux-gnu/reported.by R samples/aarch64-rpi3-linux-gnueabi/crosstool.config R samples/aarch64-rpi3-linux-gnueabi/reported.by A samples/aarch64-unknown-linux-gnu/crosstool.config A samples/aarch64-unknown-linux-gnu/reported.by R samples/aarch64-unknown-linux-gnueabi/crosstool.config R samples/aarch64-unknown-linux-gnueabi/reported.by A samples/aarch64-unknown-linux-uclibc/crosstool.config A samples/aarch64-unknown-linux-uclibc/reported.by R samples/aarch64-unknown-linux-uclibcgnueabi/crosstool.config R samples/aarch64-unknown-linux-uclibcgnueabi/reported.by M scripts/build/arch/arm.sh Log Message: ----------- Fix ARM32 name for android Must have eabi suffix for GCC to accept it. Also: - We only have one glibc now, no need to account for eglibc. - Rename aarch64 samples, eabi suffix does not apply to them (and ct-ng saveconfig was saving them into a different directory). Fixes #772. Signed-off-by: Alexey Neyman Commit: 6b813786ac15fc782033dd21b424b84126739fb2 https://github.com/crosstool-ng/crosstool-ng/commit/6b813786ac15fc782033dd21b424b84126739fb2 Author: Alexey Neyman Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: M .travis.yml Log Message: ----------- Also rename the sample in Travis CI Signed-off-by: Alexey Neyman Commit: 6c07462bc6a5f656deb690111eff7d6578d0dbe8 https://github.com/crosstool-ng/crosstool-ng/commit/6c07462bc6a5f656deb690111eff7d6578d0dbe8 Author: Alexey Neyman Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: M .travis.yml A samples/aarch64-rpi3-linux-gnu/crosstool.config A samples/aarch64-rpi3-linux-gnu/reported.by R samples/aarch64-rpi3-linux-gnueabi/crosstool.config R samples/aarch64-rpi3-linux-gnueabi/reported.by A samples/aarch64-unknown-linux-gnu/crosstool.config A samples/aarch64-unknown-linux-gnu/reported.by R samples/aarch64-unknown-linux-gnueabi/crosstool.config R samples/aarch64-unknown-linux-gnueabi/reported.by A samples/aarch64-unknown-linux-uclibc/crosstool.config A samples/aarch64-unknown-linux-uclibc/reported.by R samples/aarch64-unknown-linux-uclibcgnueabi/crosstool.config R samples/aarch64-unknown-linux-uclibcgnueabi/reported.by M scripts/build/arch/arm.sh Log Message: ----------- Merge pull request #773 from stilor/fix-bionic-32bit Fix ARM32 name for android Compare: https://github.com/crosstool-ng/crosstool-ng/compare/ab5f883615dc...6c07462bc6a5 ----==_mimepart_596006f9b0cb_21063fa7d23e5c241222f--