From patchwork Sun Nov 7 13:47:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 70348 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]) by ozlabs.org (Postfix) with SMTP id 3DCF1B70F1 for ; Mon, 8 Nov 2010 00:47:43 +1100 (EST) Received: (qmail 2107 invoked by alias); 7 Nov 2010 13:47:41 -0000 Received: (qmail 2098 invoked by uid 22791); 7 Nov 2010 13:47:40 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 07 Nov 2010 13:47:37 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTPS id 8CD5D1E060; Sun, 7 Nov 2010 14:47:33 +0100 (CET) Date: Sun, 7 Nov 2010 14:47:35 +0100 (CET) From: Gerald Pfeifer To: Maxim Kuvyrkov cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] Fix grammar in Android entry of 4.6 release notes In-Reply-To: <4CD65384.5000301@codesourcery.com> Message-ID: References: <4CD65384.5000301@codesourcery.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 X-IsSubscribed: yes 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 On Sun, 7 Nov 2010, Maxim Kuvyrkov wrote: > Kernel is not the only thing Android uses from GNU, but it's close to > that. I think changing the header to "Android" would look better, I > can't say why I didn't write so in the first place. Thanks for the background. Let's change names then. ;-) Installed. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.57 diff -u -3 -p -r1.57 changes.html --- changes.html 6 Nov 2010 21:17:25 -0000 1.57 +++ changes.html 7 Nov 2010 13:32:49 -0000 @@ -340,14 +340,13 @@ supported on several Xilinx Spartan and

Operating Systems

-

Linux

+

Android

  • GCC now supports the Bionic C library and provides a convenient way of building native libraries and applications for the Android platform. - Refer to the documentation of the -mandroid - and -mbionic options for details on building native code - for the Android platform. + Refer to the documentation of the -mandroid and + -mbionic options for details on building native code. At the moment, Android support is enabled only for ARM.