From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107106 invoked by alias); 16 Dec 2016 20:29:56 -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 105143 invoked by uid 89); 16 Dec 2016 20:29:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:Unknown, H*c:mimHpHrt, Home, travis 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, 16 Dec 2016 20:29:45 +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 58544ea9.7fc70863e150-in07; Fri, 16 Dec 2016 20:29:29 -0000 (UTC) Date: Fri, 16 Dec 2016 20:29:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58544ea95f30f_2ffa93f854c3ab130385e@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] b7194d: Fix xtensa static link. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58544ea95ef9d_2ffa93f854c3ab13038445"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-12/txt/msg00013.txt.bz2 ----==_mimepart_58544ea95ef9d_2ffa93f854c3ab13038445 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1648 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: b7194db3ffc69946b4775c76f95f271ce49659a4 https://github.com/crosstool-ng/crosstool-ng/commit/b7194db3ffc69946b4775c76f95f271ce49659a4 Author: Alexey Neyman Date: 2016-12-09 (Fri, 09 Dec 2016) Changed paths: A patches/uClibc-ng/1.0.20/100-xtensa-static-link.patch Log Message: ----------- Fix xtensa static link. uClibc-ng 1.0.20 fixed static linking with "libdl" by adding all libdl functions into the libc. On xtensa, though, libdl contains an unresolved reference that is satisfied by the ld.so - which is not a part of the linking in a static case. Signed-off-by: Alexey Neyman Commit: 1e5655b7a10aed778a1e1d75ba55fce0a323da30 https://github.com/crosstool-ng/crosstool-ng/commit/1e5655b7a10aed778a1e1d75ba55fce0a323da30 Author: Alexey Neyman Date: 2016-12-09 (Fri, 09 Dec 2016) Changed paths: M .travis.yml Log Message: ----------- Also, rename xtensa sample for Travis. Signed-off-by: Alexey Neyman Commit: 7bea082b3ff791cd5e9da5b3c7f9c9b49bbd8f6f https://github.com/crosstool-ng/crosstool-ng/commit/7bea082b3ff791cd5e9da5b3c7f9c9b49bbd8f6f Author: Alexey Neyman Date: 2016-12-16 (Fri, 16 Dec 2016) Changed paths: M .travis.yml A patches/uClibc-ng/1.0.20/100-xtensa-static-link.patch Log Message: ----------- Merge pull request #498 from stilor/xtensa-link Fix xtensa static link. Compare: https://github.com/crosstool-ng/crosstool-ng/compare/da3f8c4ec534...7bea082b3ff7 ----==_mimepart_58544ea95ef9d_2ffa93f854c3ab13038445--