From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75829 invoked by alias); 7 Feb 2019 06:46:43 -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 75619 invoked by uid 89); 7 Feb 2019 06:46:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:am, H*F:U*noreply X-HELO: out-7.smtp.github.com Received: from out-7.smtp.github.com (HELO out-7.smtp.github.com) (192.30.252.198) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Feb 2019 06:46:32 +0000 Date: Thu, 07 Feb 2019 06:46:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1549521989; bh=D46lM0Lu+DYjEz2SbTRlY+vbE+0nZtNIhTdvXt8veG4=; h=Date:From:To:Subject:From; b=y2csFuAT6zGJFyiH+y+Me1THsJW+PRIGB8Ubga9c8k1U/KkxjCbj6LvY51pf+vOWF 5/zvKFsf0btPFhOsXJ0yjycj1WdzIJSo/iQ4UbybFUsAfkqtp2kON/vzDz2Houqdhl q1Vtdq4yQNCt4hPp19nOtJNYSAXLmmUa+9JNd/LA= From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] f2ac97: Correctly reference to libintl when linking. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: crossgcc@sourceware.org X-Auto-Response-Suppress: All X-SW-Source: 2019-02/txt/msg00001.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: f2ac970b9b0ed2ad15e10d07a20e82e161bd11b3 https://github.com/crosstool-ng/crosstool-ng/commit/f2ac970b9b0ed2ad15e10d07a20e82e161bd11b3 Author: carlo-bramini <30959007+carlo-bramini@users.noreply.github.com> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M kconfig/Makefile.am Log Message: ----------- Correctly reference to libintl when linking. Commit: db4fdf015061e5c8a39cbb3c8ff4c33bea9ebdf8 https://github.com/crosstool-ng/crosstool-ng/commit/db4fdf015061e5c8a39cbb3c8ff4c33bea9ebdf8 Author: Alexey Neyman Date: 2019-02-06 (Wed, 06 Feb 2019) Changed paths: M kconfig/Makefile.am Log Message: ----------- Merge pull request #1133 from carlo-bramini/fix-libintl-error Correctly reference to libintl when linking. Compare: https://github.com/crosstool-ng/crosstool-ng/compare/5aed6ab6e216...db4fdf015061