From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102193 invoked by alias); 28 Oct 2018 18:32:59 -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 102181 invoked by uid 89); 28 Oct 2018 18:32:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=Accept, H*r:Unknown, $path, $PATH 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; Sun, 28 Oct 2018 18:32:48 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1540751566; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=M56E0mindsR5NKgZpHxbIfLeCi4jVoiZ7mjuuKw1lSI=; b=yY8LBQ0kLBpIeIByg1kG+SWQvAsyQc98ztV5tWSwufVoCG2YtdLe2bh4xmUAutn3WgTBADoP sGUz+jRHT8ySTOOKHUhZKn/4OVHHojh/SB1dNJYOVuoIS3ZWBoiHRKGv5AoR0/N5wUdIZFAW 6wppPkV3+s5hSBCDi8vRr8/gjRs= X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5bd600ce.7f4ddc4b2e10-smtp-out-n03; Sun, 28 Oct 2018 18:32:46 -0000 (UTC) Date: Sun, 28 Oct 2018 18:32:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bd600cd396b3_4e4c2adb63c10584882b1@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] e73875: Accept any libtool version Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bd600cd39017_4e4c2adb63c1058488176"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00029.txt.bz2 ----==_mimepart_5bd600cd39017_4e4c2adb63c1058488176 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 3661 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: e738751e83b8590fe71c23d02027d92df6ee83a8 https://github.com/crosstool-ng/crosstool-ng/commit/e738751e83b8590fe71c23d02027d92df6ee83a8 Author: Alexey Neyman Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M configure.ac Log Message: ----------- Accept any libtool version ct-ng will build its own version if a recent enough version is not detected. Signed-off-by: Alexey Neyman Commit: dc01f618986a45a61ba35f9ecc3eaf1e884d715c https://github.com/crosstool-ng/crosstool-ng/commit/dc01f618986a45a61ba35f9ecc3eaf1e884d715c Author: Alexey Neyman Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M testing/docker/centos6/Dockerfile Log Message: ----------- Add libtool to CentOS6 docker configuration Signed-off-by: Alexey Neyman Commit: 9d432466648c50ca379ccc2db1c2839c3a7465fa https://github.com/crosstool-ng/crosstool-ng/commit/9d432466648c50ca379ccc2db1c2839c3a7465fa Author: Alexey Neyman Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M .gitignore M testing/docker/archlinux/Dockerfile M testing/docker/centos6/Dockerfile M testing/docker/centos7/Dockerfile M testing/docker/common-scripts/ctng-build-sample M testing/docker/common-scripts/ctng-install M testing/docker/common-scripts/ctng-test-basic M testing/docker/dmgr.sh M testing/docker/gentoo-amd64/Dockerfile M testing/docker/mint19-amd64/Dockerfile Log Message: ----------- Change the layout a bit ... to a more natural installation paths, and also include ct-ng into $PATH in the containers. Signed-off-by: Alexey Neyman Commit: 6eb2a236a9b39a2523b8373c8aaa47eebdbc5f97 https://github.com/crosstool-ng/crosstool-ng/commit/6eb2a236a9b39a2523b8373c8aaa47eebdbc5f97 Author: Alexey Neyman Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: A testing/docker/fedora28/Dockerfile M testing/docker/mint19-amd64/Dockerfile A testing/docker/ubuntu16.04/Dockerfile A testing/docker/ubuntu18.04/Dockerfile A testing/docker/ubuntu18.10/Dockerfile Log Message: ----------- More docker files ... for reference OSes Signed-off-by: Alexey Neyman Commit: 669f718ab055b1d937a477ec3dbb4d780ac9e8c5 https://github.com/crosstool-ng/crosstool-ng/commit/669f718ab055b1d937a477ec3dbb4d780ac9e8c5 Author: Alexey Neyman Date: 2018-10-28 (Sun, 28 Oct 2018) Changed paths: M .gitignore M configure.ac M testing/docker/archlinux/Dockerfile M testing/docker/centos6/Dockerfile M testing/docker/centos7/Dockerfile M testing/docker/common-scripts/ctng-build-sample M testing/docker/common-scripts/ctng-install M testing/docker/common-scripts/ctng-test-basic M testing/docker/dmgr.sh A testing/docker/fedora28/Dockerfile M testing/docker/gentoo-amd64/Dockerfile M testing/docker/mint19-amd64/Dockerfile A testing/docker/ubuntu16.04/Dockerfile A testing/docker/ubuntu18.04/Dockerfile A testing/docker/ubuntu18.10/Dockerfile Log Message: ----------- Merge pull request #1073 from stilor/more-dockers More dockers Compare: https://github.com/crosstool-ng/crosstool-ng/compare/d2bf59cb7da0...669f718ab055 **NOTE:** This service has 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_5bd600cd39017_4e4c2adb63c1058488176--