From patchwork Fri Nov 14 21:39:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Pinski X-Patchwork-Id: 411019 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 4475F1400AB for ; Sat, 15 Nov 2014 08:39:52 +1100 (AEDT) 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:date:message-id:subject:from:to:content-type; q= dns; s=default; b=wB2j4LDo/vQTdz+HxO9xtM+1XaBFtLeAs67vNbbQB5jbYs A/kAJxh6BA5QG8q5kfiQ5Riq3H+/OXgaUoSaMsGk+x1z0/qWR8M2SNfpOqVSqAeI hUAtIM3GW6ZJ9QMC7XYXYWjwyfTnz3r2htB22EQ9F3b/vkOHqBrfD7AXKLgkQ= 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:date:message-id:subject:from:to:content-type; s= default; bh=LI1qbGBkec3360CTLO0NRoD0lF4=; b=TFnT9RZA9nL9nKFqaVbc 5BKv+dPT/QNnFE94jPrAtYGecYAR6LZ7kv7iPWGh8FyoCcwyBsZbb1FyIPvY6mA4 tVtdKw5dzTpb4WyE+tna7jzT0wBm0QQZ9DyCt3QgB8Ke7/UxpOlg79FWSODfsTsz 3cVsbCWT56rstJu1HgBBDFg= Received: (qmail 22693 invoked by alias); 14 Nov 2014 21:39:46 -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 22683 invoked by uid 89); 14 Nov 2014 21:39:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f51.google.com Received: from mail-la0-f51.google.com (HELO mail-la0-f51.google.com) (209.85.215.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 14 Nov 2014 21:39:44 +0000 Received: by mail-la0-f51.google.com with SMTP id q1so15656464lam.24 for ; Fri, 14 Nov 2014 13:39:41 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.56.134 with SMTP id a6mr10514907lbq.25.1416001181084; Fri, 14 Nov 2014 13:39:41 -0800 (PST) Received: by 10.25.30.7 with HTTP; Fri, 14 Nov 2014 13:39:40 -0800 (PST) Date: Fri, 14 Nov 2014 13:39:40 -0800 Message-ID: Subject: [Web/PATCH] Add mention of -mcpu=thunderx to gcc-5/changes.html From: Andrew Pinski To: GCC Patches X-IsSubscribed: yes I thought I would mention the addition of the ThunderX AARCH64 processor support to the changes web page. OK? Tested by looking at the web page with Chrome. Thanks, Andrew ? gcc-4.9/.changes.html.swp ? gcc-5/.changes.html.swp Index: gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.25 diff -u -p -r1.25 changes.html --- gcc-5/changes.html 14 Nov 2014 21:32:32 -0000 1.25 +++ gcc-5/changes.html 14 Nov 2014 21:36:39 -0000 @@ -292,7 +292,9 @@ calloc (size_t x, size_t y) Alternatively it can be enabled by default by configuring GCC with the --enable-fix-cortex-a53-835769 option. - +
  • Support for the Cavium ThunderX processor is now available through the + -mcpu=thunderx and -mtune=thunderx options.
  • +

    Operating Systems