From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5655 invoked by alias); 26 Feb 2014 17:19: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 5633 invoked by uid 89); 26 Feb 2014 17:19:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f178.google.com Received: from mail-qc0-f178.google.com (HELO mail-qc0-f178.google.com) (209.85.216.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 26 Feb 2014 17:19:54 +0000 Received: by mail-qc0-f178.google.com with SMTP id i8so1820336qcq.9 for ; Wed, 26 Feb 2014 09:19:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=maT9nCNZkiDLr+RTQTt491BuTZkv4RkyCW8jacxfC9o=; b=VanBd4UkemEiPwLKkvohBOaCOkzU9kZmlaVFOveRKzWgLneppin52t9LbDUU8VGFz5 q2bi/fUtOME/8GUgXCvkW+UOCj9FWdXvIi8Mq/iB+CHqgAwHT/yHEXrL5cC7Ddc55sg+ RDjNP6+n4WGP6WjEIbr6UgvoY/UkQrH69mfQoaY6l+ZwLFGW7AM9SQGRDQJyGg9o88CO WIHcinW+SIKPlB7rUmG84qZtlIdYfFTPxOQo4ytZEDjIhvOt0cxN+H42RQ9FFd86bh4+ STJZIqZx6ryjGIud4zvKY7eNQQml2aXxqOGdQmSysMoiuqZJIStm5Yc/tsaGZcX6OujA mFxA== X-Gm-Message-State: ALoCoQkM4dEX+iiEkm2kpAMZ5JYwwgimp2lMm2ekTyXRUi/v6uTaCr8C+vtIxOhoarXbG2yAE9sc X-Received: by 10.140.50.131 with SMTP id s3mr1018552qga.12.1393435192574; Wed, 26 Feb 2014 09:19:52 -0800 (PST) Received: from [192.168.141.83] (69-165-220-158.dsl.teksavvy.com. [69.165.220.158]) by mx.google.com with ESMTPSA id o63sm732862qgd.5.2014.02.26.09.19.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Feb 2014 09:19:52 -0800 (PST) Message-ID: <530E2237.50603@linaro.org> Date: Wed, 26 Feb 2014 17:19:00 -0000 From: Trevor Woerner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: crossgcc@sourceware.org Subject: multilib-list Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00071.txt.bz2 Hi everyone, The help text for crosstool-NG's MULTILIB configuration option states: "The list of variants is dependent on the architecture, and is hard-coded in gcc, so it is not possible to say what variants to support, only whether hard-coded variants should be supported or not." Isn't this the purpose of gcc's --with-multilib-list option? Doesn't this allow the user to select which multilib variants to build? Best regards, Trevor -- For unsubscribe information see http://sourceware.org/lists.html#faq