From patchwork Sun Nov 17 11:03:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Zimmermann X-Patchwork-Id: 291819 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)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0201C2C00C3 for ; Sun, 17 Nov 2013 22:03:53 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; q=dns; s=default; b=OLX0MerJAWa6JAOsXKO22HIUKLQH60r1TcVxp9xKDR6 8fUkQbxY2kPVmpW/6jGnQKU7+3JGyx09v+b8VWKaV4h1MXlAlRnDH58K0KYRcI8O 2TumJ/+IFcueydeO6nUyZMH5MzHnUxHaG3/Ykl7xB5wVNZtA5eWVXUM9n+V4JS3g = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; s=default; bh=/8eLKxHw2BbFOVS5N3+mzDLJybo=; b=bAtqUKOOM/4s5FptF 6fqTdTk8QalKkm9pMfBs1VXpCCVrx5JE4zHoAOdBZg5X+lLAcGt9PHJ1cE5LRMKO W/HP+tVnXz19v01ywl2TqUpOi1cOsbmkNJB2kjhb9JZn9bpKQVSLKQpdTFSfXern r5Z/ApbJAWhe/Y6Mv7UXmYYYd8= Received: (qmail 28960 invoked by alias); 17 Nov 2013 11:03:43 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 28948 invoked by uid 89); 17 Nov 2013 11:03:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=AWL, BAYES_50, FREEMAIL_FROM, RDNS_NONE, SPF_PASS, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-ee0-f53.google.com Received: from Unknown (HELO mail-ee0-f53.google.com) (74.125.83.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 17 Nov 2013 11:03:40 +0000 Received: by mail-ee0-f53.google.com with SMTP id b57so1831606eek.26 for ; Sun, 17 Nov 2013 03:03:31 -0800 (PST) X-Received: by 10.14.216.68 with SMTP id f44mr11986313eep.6.1384686211168; Sun, 17 Nov 2013 03:03:31 -0800 (PST) Received: from [127.0.1.1] (dslb-088-066-028-044.pools.arcor-ip.net. [88.66.28.44]) by mx.google.com with ESMTPSA id o45sm8068622eep.2.2013.11.17.03.03.29 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 17 Nov 2013 03:03:30 -0800 (PST) MIME-Version: 1.0 Subject: [PATCH] cc/gcc: fix problem with gcc 4.8.1 and gcc 4.8.2 and parallel build X-Mercurial-Node: ea83356683a857e891cbfc4f4b19ee4ca878f5af Message-Id: User-Agent: Mercurial-patchbomb/2.6.3 Date: Sun, 17 Nov 2013 12:03:24 +0100 From: Daniel Zimmermann To: "Yann E. MORIN" Cc: crossgcc@sourceware.org # HG changeset patch # User Daniel Zimmermann # Date 1384685304 -3600 # Sun Nov 17 11:48:24 2013 +0100 # Node ID ea83356683a857e891cbfc4f4b19ee4ca878f5af # Parent 7e569a9cb5fd3ab591bb307328b947a5b7312cba cc/gcc: fix problem with gcc 4.8.1 and gcc 4.8.2 and parallel build This patch add patches from Nicolas Hannekum. It fix the problem with parallel build on arm target. See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57683 Signed-off-by: "Daniel Zimmermann" --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r 7e569a9cb5fd -r ea83356683a8 patches/gcc/4.8.1/001-gcc_4_8_1_parallel_build_failure_file_57683.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/gcc/4.8.1/001-gcc_4_8_1_parallel_build_failure_file_57683.patch Sun Nov 17 11:48:24 2013 +0100 @@ -0,0 +1,13 @@ +--- a/gcc/Makefile.in 2013-05-22 02:00:49.000000000 +1000 ++++ b/gcc/Makefile.in 2013-06-23 19:00:25.000000000 +1000 +@@ -3801,8 +3801,8 @@ s-gtype: build/gengtype$(build_exeext) $ + $(STAMP) s-gtype + + generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \ +- $(simple_generated_h) specs.h \ +- tree-check.h genrtl.h insn-modes.h tm-preds.h tm-constrs.h \ ++ $(simple_generated_h) specs.h tree-check.h insn-opinit.h \ ++ genrtl.h insn-modes.h tm-preds.h tm-constrs.h \ + $(ALL_GTFILES_H) gtype-desc.c gtype-desc.h gcov-iov.h + + # In order for parallel make to really start compiling the expensive diff -r 7e569a9cb5fd -r ea83356683a8 patches/gcc/4.8.2/001-gcc_4_8_2_parallel_build_failure_file_57683.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/gcc/4.8.2/001-gcc_4_8_2_parallel_build_failure_file_57683.patch Sun Nov 17 11:48:24 2013 +0100 @@ -0,0 +1,13 @@ +--- a/gcc/Makefile.in 2013-05-22 02:00:49.000000000 +1000 ++++ b/gcc/Makefile.in 2013-06-23 19:00:25.000000000 +1000 +@@ -3801,8 +3801,8 @@ s-gtype: build/gengtype$(build_exeext) $ + $(STAMP) s-gtype + + generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \ +- $(simple_generated_h) specs.h \ +- tree-check.h genrtl.h insn-modes.h tm-preds.h tm-constrs.h \ ++ $(simple_generated_h) specs.h tree-check.h insn-opinit.h \ ++ genrtl.h insn-modes.h tm-preds.h tm-constrs.h \ + $(ALL_GTFILES_H) gtype-desc.c gtype-desc.h gcov-iov.h + + # In order for parallel make to really start compiling the expensive