From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28306 invoked by alias); 25 Apr 2011 20:01:46 -0000 Received: (qmail 28297 invoked by uid 22791); 25 Apr 2011 20:01:45 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from solo.fdn.fr (HELO solo.fdn.fr) (80.67.169.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Apr 2011 20:01:29 +0000 Received: from gcc11.fsffrance.org (cmd10.fsffrance.org [86.65.39.10]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by smtp.fdn.fr (Postfix) with ESMTPS id 6B2F344544; Mon, 25 Apr 2011 22:01:27 +0200 (CEST) Received: from gcc17v ([10.73.37.45] helo=gcc17 ident=Debian-exim) by gcc11.fsffrance.org with esmtp (Exim 4.69) (envelope-from ) id 1QERyI-0007ac-K2; Mon, 25 Apr 2011 22:01:26 +0200 Received: from segher by gcc17 with local (Exim 4.69) (envelope-from ) id 1QERyI-0005f7-E6; Mon, 25 Apr 2011 22:01:26 +0200 From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com, Segher Boessenkool Subject: [PATCH] Titan: Don't enable automata_option "progress" Date: Mon, 25 Apr 2011 21:27:00 -0000 Message-Id: <629e398922e61e2f24bf94628acc0b319f271267.1303760956.git.segher@kernel.crashing.org> X-IsSubscribed: yes 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-04/txt/msg01999.txt.bz2 It messes up the output of make -j builds. Approved by David, and obvious anyway; applied. 2011-04-25 Segher Boessenkool * config/rs6000/titan.md (automata_option "progress"): Remove. --- gcc/config/rs6000/titan.md | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/gcc/config/rs6000/titan.md b/gcc/config/rs6000/titan.md index 744d777..ea9ce61 100644 --- a/gcc/config/rs6000/titan.md +++ b/gcc/config/rs6000/titan.md @@ -20,8 +20,6 @@ ;; AppliedMicro Titan core complex -(automata_option "progress") - (define_automaton "titan_core,titan_fpu,titan_fxu,titan_bpu,titan_lsu") (define_cpu_unit "titan_issue_0,titan_issue_1" "titan_core") -- 1.7.0.2.183.g14cec