From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82413 invoked by alias); 3 Dec 2016 03:19:01 -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 82347 invoked by uid 89); 3 Dec 2016 03:19:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:Unknown, stilor@att.net, uClibc.in, f7f70b67c447 X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 03 Dec 2016 03:18:50 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 58423998.7f90bb5463c0-smtp-out-n02; Sat, 03 Dec 2016 03:18:48 -0000 (UTC) Date: Sat, 03 Dec 2016 03:19:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <584239987be84_5e903fd48065d1345333c@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 51a360: Fix use of custom location if it is a directory. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_584239987ba74_5e903fd48065d13453268"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-12/txt/msg00006.txt.bz2 ----==_mimepart_584239987ba74_5e903fd48065d13453268 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2372 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 51a3606b17b62eb5a9ae5616467f8814792969b7 https://github.com/crosstool-ng/crosstool-ng/commit/51a3606b17b62eb5a9ae5616467f8814792969b7 Author: Alexey Neyman Date: 2016-12-02 (Fri, 02 Dec 2016) Changed paths: M scripts/build/companion_libs/320-libiconv.sh M scripts/build/companion_libs/330-gettext.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/400-ltrace.sh M scripts/build/libc/avr-libc.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Fix use of custom location if it is a directory. In that case, CT_GetCustom just creates a symlink to the original. In that case, 'cp -a .' gives an error and 'cp -a ' creates as a symlink (which will then run the build inside the shared directory, .build/src/). Signed-off-by: Alexey Neyman Commit: 289188e6f2b55382fa508fed39385c49c5bb9c7c https://github.com/crosstool-ng/crosstool-ng/commit/289188e6f2b55382fa508fed39385c49c5bb9c7c Author: Alexey Neyman Date: 2016-12-02 (Fri, 02 Dec 2016) Changed paths: M config/libc/uClibc.in Log Message: ----------- uClibc-ng needs to know whether it is 1.0.15+ This is workaround, as more packages require similar tweaks (some depend on X_Y_Z_or_later config variables either in kconfig, or in the build scripts. We should have a CT_CompareVersion, that will apply the default or per-package method of comparison. Signed-off-by: Alexey Neyman Commit: a787e410dc7133fb371e71161663639e1c0dc89b https://github.com/crosstool-ng/crosstool-ng/commit/a787e410dc7133fb371e71161663639e1c0dc89b Author: Alexey Neyman Date: 2016-12-02 (Fri, 02 Dec 2016) Changed paths: M config/libc/uClibc.in M scripts/build/companion_libs/320-libiconv.sh M scripts/build/companion_libs/330-gettext.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/400-ltrace.sh M scripts/build/libc/avr-libc.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Merge pull request #492 from stilor/custom-loc Fix building uClibc-ng from custom directory Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f7f70b67c447...a787e410dc71 ----==_mimepart_584239987ba74_5e903fd48065d13453268 Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_584239987ba74_5e903fd48065d13453268--