From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20290 invoked by alias); 28 Dec 2004 11:31:46 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 20218 invoked from network); 28 Dec 2004 11:31:36 -0000 Received: from unknown (HELO jive.SoftHome.net) (66.54.152.27) by sourceware.org with SMTP; 28 Dec 2004 11:31:36 -0000 Received: (qmail 28837 invoked by uid 417); 28 Dec 2004 11:31:35 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 28 Dec 2004 11:31:35 -0000 Received: from flash ([83.149.51.1]) (AUTH: PLAIN appcoder@softhome.net) by softhome.net with esmtp; Tue, 28 Dec 2004 04:31:28 -0700 Date: Tue, 28 Dec 2004 11:31:00 -0000 From: Gyro Reply-To: Gyro Message-ID: <18535866503.20041228173108@SoftHome.net> To: gcc-help@gcc.gnu.org Subject: Help with crosscompiling SPARC gcc MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00240.txt.bz2 Dear All! Currently I writing SPARC code on x86 wintel host. The target is a SPARC v8. My environment has old SPARC GCC cross-compiler dated 98 year. I dissatisfied with current compiler, because of its poor optimizations for performance. I suppose during 1998-2005 years GCC has significantly increased optimizations for speed, so a good idea to ugrade my compiler with a newer one. The problem I examined gcc.gnu.org for "sparc" and found nothing related. On the other side, my current compiler is really gcc. Please excuse me for not original questions: 1. where i can get GCC compiler sources targeted for SPARC, and (possibly) 2. how to build on x86 (win) based environment (or i should looking to *nix)? Please help me with any siggestion, i not a *nix programmer, nevertheless seems I good enough to compile cross-gcc for myself.