From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31543 invoked by alias); 22 Nov 2011 11:50:53 -0000 Received: (qmail 31535 invoked by uid 22791); 22 Nov 2011 11:50:52 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Nov 2011 11:50:39 +0000 Received: by yenm12 with SMTP id m12so133239yen.0 for ; Tue, 22 Nov 2011 03:50:39 -0800 (PST) Received: by 10.50.87.227 with SMTP id bb3mr20261743igb.29.1321962638658; Tue, 22 Nov 2011 03:50:38 -0800 (PST) Received: from [192.168.0.100] ([122.84.23.42]) by mx.google.com with ESMTPS id z10sm59036273ibv.9.2011.11.22.03.50.35 (version=SSLv3 cipher=OTHER); Tue, 22 Nov 2011 03:50:37 -0800 (PST) Message-ID: <4ECB8C85.4090309@linaro.org> Date: Tue, 22 Nov 2011 11:50:00 -0000 From: Zhenqiang Chen User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: yann.morin.1998@anciens.enib.fr CC: crossgcc@sourceware.org Subject: [nls PATCH 1 of 3] config/toolchain: Add "Enable nls" option Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-11/txt/msg00119.txt.bz2 # HG changeset patch # User Zhenqiang Chen # Date 1321601358 -28800 # Node ID 986e1c75432aad60ae3239767198c653c08c01af # Parent a6c68712024f406df7d2da4af377f51982615833 config/toolchain: Add "Enable nls" in "Toolchain options". Reviewed-by: Michael Hope Signed-off-by: Zhenqiang Chen diff --git a/config/toolchain.in b/config/toolchain.in --- a/config/toolchain.in +++ b/config/toolchain.in @@ -352,4 +352,12 @@ endif # CROSS_NATIVE || CANADIAN +comment "Misc options" + +config TOOLCHAIN_ENABLE_NLS + bool + prompt "Enable nls" + help + Say 'Y' here to enable national language support (nls). + endmenu -- For unsubscribe information see http://sourceware.org/lists.html#faq