From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40738 invoked by alias); 6 Jun 2018 05:32:52 -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 40726 invoked by uid 89); 6 Jun 2018 05:32:52 -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=HX-Envelope-From:sk:sourcew, H*F:D*att.net, H*r:Unknown, 2019 X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Jun 2018 05:32:49 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5b1771fe.7ff268666f60-smtp-out-n02; Wed, 06 Jun 2018 05:32:46 -0000 (UTC) Date: Wed, 06 Jun 2018 05:32:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5b1771fec50d9_538c2b0b29405c0484762@hookshot-fe-265448d.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 07ec87: Avoid adding arch/cpu/tune flags for target to GCC... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5b1771fec4b3a_538c2b0b29405c04846d8"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00000.txt.bz2 ----==_mimepart_5b1771fec4b3a_538c2b0b29405c04846d8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 4546 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 07ec87f14f2bb078235a7db25d4a923e9319f53c https://github.com/crosstool-ng/crosstool-ng/commit/07ec87f14f2bb078235a7db25d4a923e9319f53c Author: Alexey Neyman Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M scripts/build/cc/gcc.sh M scripts/build/companion_libs/200-libelf.sh M scripts/build/companion_libs/210-expat.sh M scripts/build/companion_libs/220-ncurses.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/300-gdb.sh M scripts/build/debug/400-ltrace.sh M scripts/build/debug/500-strace.sh M scripts/build/libc/bionic.sh M scripts/build/libc/glibc.sh M scripts/build/libc/newlib.sh M scripts/crosstool-NG.sh Log Message: ----------- Avoid adding arch/cpu/tune flags for target to GCC build ... as it may need to override them for building runtime-selectable code. Signed-off-by: Alexey Neyman Commit: cc2fe3dbdef84fd325cc8401bcf90a0a8630e93f https://github.com/crosstool-ng/crosstool-ng/commit/cc2fe3dbdef84fd325cc8401bcf90a0a8630e93f Author: Alexey Neyman Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: A packages/mingw-w64/v5.0.3/0001-xgetbv.patch Log Message: ----------- Backport a gcc8 fix from upstream Signed-off-by: Alexey Neyman Commit: 4137c422c66ea678b60360108b4135657fcb2e87 https://github.com/crosstool-ng/crosstool-ng/commit/4137c422c66ea678b60360108b4135657fcb2e87 Author: Alexey Neyman Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M scripts/functions Log Message: ----------- Detect errors from gas Signed-off-by: Alexey Neyman Commit: 0ce942862e80e373a172ffb40f2d29c38cd6bae4 https://github.com/crosstool-ng/crosstool-ng/commit/0ce942862e80e373a172ffb40f2d29c38cd6bae4 Author: Alexey Neyman Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M scripts/build/arch/powerpc.sh Log Message: ----------- Add --enable-obsolete for powerpc-*-spe Signed-off-by: Alexey Neyman Commit: b24431f477474033e9adb7d8e158e0a512ba630d https://github.com/crosstool-ng/crosstool-ng/commit/b24431f477474033e9adb7d8e158e0a512ba630d Author: Alexey Neyman Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: A packages/gcc/8.1.0/0018-xscale.patch Log Message: ----------- Add upstream patch fixing XScale build Signed-off-by: Alexey Neyman Commit: 57679b5e610e488cc6c25b259331cb25d412c771 https://github.com/crosstool-ng/crosstool-ng/commit/57679b5e610e488cc6c25b259331cb25d412c771 Author: Alexey Neyman Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: M scripts/build/arch/arm.sh Log Message: ----------- Disable context functions for Thumb They're written in ARM dialect, and `ldmia r14, {r14, pc}` is not accepted in T2 encoding. GCC8 changed the list of multilibs for arm-*, which now includes a variant with CPU that supports T2 but not A1 encoding. Signed-off-by: Alexey Neyman Commit: 83582f4fd4355f572edab7a6ab7ff5585736ead9 https://github.com/crosstool-ng/crosstool-ng/commit/83582f4fd4355f572edab7a6ab7ff5585736ead9 Author: Alexey Neyman Date: 2018-06-05 (Tue, 05 Jun 2018) Changed paths: A packages/gcc/8.1.0/0018-xscale.patch A packages/mingw-w64/v5.0.3/0001-xgetbv.patch M scripts/build/arch/arm.sh M scripts/build/arch/powerpc.sh M scripts/build/cc/gcc.sh M scripts/build/companion_libs/200-libelf.sh M scripts/build/companion_libs/210-expat.sh M scripts/build/companion_libs/220-ncurses.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/300-gdb.sh M scripts/build/debug/400-ltrace.sh M scripts/build/debug/500-strace.sh M scripts/build/libc/bionic.sh M scripts/build/libc/glibc.sh M scripts/build/libc/newlib.sh M scripts/crosstool-NG.sh M scripts/functions Log Message: ----------- Merge pull request #978 from stilor/fix-gcc8-regressions Fix gcc8 regressions Compare: https://github.com/crosstool-ng/crosstool-ng/compare/ec384f2b9fa1...83582f4fd435 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5b1771fec4b3a_538c2b0b29405c04846d8--