From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2372 invoked by alias); 5 Jul 2010 03:31:19 -0000 Received: (qmail 2281 invoked by uid 48); 5 Jul 2010 03:30:59 -0000 Date: Mon, 05 Jul 2010 03:31:00 -0000 Message-ID: <20100705033059.2276.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/44793] [4.5/4.6 Regression] libgcc does not include t-ppccomm on rtems In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "corsepiu at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg00426.txt.bz2 ------- Comment #6 from corsepiu at gcc dot gnu dot org 2010-07-05 03:30 ------- (In reply to comment #5) > rtems should be moved to the new style libgcc config and include > ./config/rs6000/t-ppccomm . Hmm. Doesn't RTEMS already do so? >>From config.gcc: ... powerpc-*-rtems*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/rtems.h rtems.h" extra_options="${extra_options} rs6000/sysv4.opt" tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm" ;; ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44793