From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26946 invoked by alias); 20 Jun 2011 16:57:36 -0000 Received: (qmail 26937 invoked by uid 22791); 20 Jun 2011 16:57:35 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Jun 2011 16:57:20 +0000 Received: (qmail 2608 invoked from network); 20 Jun 2011 16:57:19 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Jun 2011 16:57:19 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1QYhmn-00054o-3E; Mon, 20 Jun 2011 16:57:17 +0000 Date: Mon, 20 Jun 2011 16:59:00 -0000 From: "Joseph S. Myers" To: "Weddington, Eric" cc: gcc-patches@gcc.gnu.org, chertykov@gmail.com, aesok@post.ru, Joerg Wunsch Subject: RE: Remove TARGET_HELP hook In-Reply-To: <8D64F155F1C88743BFDC71288E8E2DA8028E10D8@csomb01.corp.atmel.com> Message-ID: References: <8D64F155F1C88743BFDC71288E8E2DA8028E10D8@csomb01.corp.atmel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg01508.txt.bz2 On Mon, 20 Jun 2011, Weddington, Eric wrote: > I assume that this new method still prints out the avr mcu list in a > similar fashion? Yes. Any enumerated options get such lists printed as long as there is a help text on the Enum entry in the .opt file. -- Joseph S. Myers joseph@codesourcery.com