From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27081 invoked by alias); 26 Nov 2013 18:00:48 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 27071 invoked by uid 89); 26 Nov 2013 18:00:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,RDNS_NONE autolearn=no version=3.3.2 X-HELO: mout1.freenet.de Received: from Unknown (HELO mout1.freenet.de) (195.4.92.91) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 26 Nov 2013 18:00:21 +0000 Received: from [195.4.92.142] (helo=mjail2.freenet.de) by mout1.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (port 25) (Exim 4.80.1 #4) id 1VlMvi-0001cv-2b for gcc@gcc.gnu.org; Tue, 26 Nov 2013 19:00:10 +0100 Received: from localhost ([::1]:49629 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (Exim 4.80.1 #4) id 1VlMvh-0000GR-6h for gcc@gcc.gnu.org; Tue, 26 Nov 2013 19:00:09 +0100 Received: from mx14.freenet.de ([195.4.92.24]:50620) by mjail2.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (Exim 4.80.1 #4) id 1VlMtg-0006P4-MN for gcc@gcc.gnu.org; Tue, 26 Nov 2013 18:58:04 +0100 Received: from hsi-kbw-37-49-64-138.hsi14.kabel-badenwuerttemberg.de ([37.49.64.138]:58159 helo=[192.168.1.102]) by mx14.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (port 587) (Exim 4.80.1 #4) id 1VlMtg-0004OY-98 for gcc@gcc.gnu.org; Tue, 26 Nov 2013 18:58:04 +0100 Message-ID: <5294E12B.7080908@rtems.org> Date: Tue, 26 Nov 2013 18:00:00 -0000 From: Ralf Corsepius User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: gcc@gcc.gnu.org Subject: Re: [buildrobot] microblaze-elf / microblaze-linux References: <1djbjk1n62mkaiqxbjm4lo51.1385469317186@email.android.com> <20131126145119.GQ30563@lug-owl.de> <20131126152755.GR30563@lug-owl.de> <5294DC85.4030700@oarcorp.com> In-Reply-To: <5294DC85.4030700@oarcorp.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Originated-At: 37.49.64.138!58159 X-SW-Source: 2013-11/txt/msg00548.txt.bz2 On 11/26/2013 06:38 PM, Joel Sherrill wrote: >> Is there something that microblaze-rtems exposes that is not already >> covered by other microblaze or rtems targets that are already included? > > I believe it was on the microblaze where someone broke the > libgcc pattern for rtems by changing the pattern from > XXX*-*-* to XXX*-*-elf. Correct. microblaze-rtems* is incomplete in libgcc. I have a patch pending for gcc-4.8.x, but haven't yet tried with gcc-4.9.x. Ralf