From patchwork Mon Mar 24 10:32:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Ju Wu X-Patchwork-Id: 333023 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id CD2A214008E for ; Mon, 24 Mar 2014 22:32:35 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; q=dns; s=default; b=c24gTs8igGiihYys79 nHEk0jVsGbgcfXv1c9o8vvSL0WsT28Ev6j4deNM7VslOVIuTeE2eYHf1G8mdXgNe CO+zG55Obl73VQ0cX12/+36sOxdBTDtMCyxIHXi0hJSJ+k7jQfwVYvMYF2coAcQI P1kwNX3DZj3zhTi7DOGu0n0Ys= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; s=default; bh=x+Xr3ZsNEOaOlqMa1ApjrmKz DXo=; b=kES4gaU5QCZgKM+xwKy0TA1ZmDCZ8FFzeCGNAv8HYxFe190aam8u9wdU DhZ426YXeBAE2Q7ZkFyoXDA+BNCZhg8sR1+UWYagooMWqxXZRvqOMonK3/E3oIOO 8JeOl0QVN5P32i8XWVgbKgX+XHqsJ05eTGVrGJWh7yxf6ckFE6s= Received: (qmail 15003 invoked by alias); 24 Mar 2014 10:32:32 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 14991 invoked by uid 89); 24 Mar 2014 10:32:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f43.google.com Received: from mail-pb0-f43.google.com (HELO mail-pb0-f43.google.com) (209.85.160.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 24 Mar 2014 10:32:27 +0000 Received: by mail-pb0-f43.google.com with SMTP id um1so5263644pbc.2 for ; Mon, 24 Mar 2014 03:32:25 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.68.218.3 with SMTP id pc3mr71270889pbc.71.1395657145766; Mon, 24 Mar 2014 03:32:25 -0700 (PDT) Received: by 10.68.135.36 with HTTP; Mon, 24 Mar 2014 03:32:25 -0700 (PDT) In-Reply-To: References: Date: Mon, 24 Mar 2014 18:32:25 +0800 Message-ID: Subject: Re: [PATCH, doc] Mention nds32*-*-elf in the target specific installation notes. From: Chung-Ju Wu To: Rainer Orth , Gerald Pfeifer Cc: gcc patches , Jeff Law , "Joseph S. Myers" X-IsSubscribed: yes 2014-03-24 14:52 GMT+08:00 Rainer Orth : > Chung-Ju Wu writes: > >> +@anchor{nds32x-x-elf} >> +@heading nds32*-*-elf >> +Andes NDS32 target. >> + >> +Use @samp{configure --target=nds32le-elf --enable-languages=c,c++} to configure >> +GCC@ for building a nds32 elf cross-compiler in little endian mode. >> + >> +Use @samp{configure --target=nds32be-elf --enable-languages=c,c++} to configure >> +GCC@ for building a nds32 elf cross-compiler in big endian mode. > > I'd rather not list the full configure lines, but just describe the two > possible targets. > Thanks for the comment. The revised patch and ChangeLog are as below. Is it OK for the trunk ? Best regards, jasonwucj Index: gcc/ChangeLog =================================================================== --- gcc/ChangeLog (revision 208786) +++ gcc/ChangeLog (working copy) @@ -1,3 +1,11 @@ +2014-03-24 Chung-Ju Wu + + * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf. + 2014-03-24 Rainer Orth * Makefile.in (s-macro_list): Depend on cc1. Index: gcc/doc/install.texi =================================================================== --- gcc/doc/install.texi (revision 208786) +++ gcc/doc/install.texi (working copy) @@ -3144,6 +3144,10 @@ @item @uref{#mips-sgi-irix6,,mips-sgi-irix6} @item +@uref{#nds32le-x-elf,,nds32le-*-elf} +@item +@uref{#nds32be-x-elf,,nds32be-*-elf} +@item @uref{#powerpc-x-x,,powerpc*-*-*} @item @uref{#powerpc-x-darwin,,powerpc-*-darwin*} @@ -4100,6 +4104,20 @@ @html
@end html +@anchor{nds32le-x-elf} +@heading nds32le-*-elf +Andes NDS32 target in little endian mode. + +@html +
+@end html +@anchor{nds32be-x-elf} +@heading nds32be-*-elf +Andes NDS32 target in big endian mode. + +@html +
+@end html @anchor{powerpc-x-x} @heading powerpc-*-* You can specify a default version for the @option{-mcpu=@var{cpu_type}}