From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 931 invoked by alias); 14 Dec 2007 21:01:58 -0000 Received: (qmail 922 invoked by uid 22791); 14 Dec 2007 21:01:57 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.234) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Dec 2007 21:01:53 +0000 Received: by wr-out-0506.google.com with SMTP id 60so1069447wri.8 for ; Fri, 14 Dec 2007 13:01:50 -0800 (PST) Received: by 10.142.73.8 with SMTP id v8mr536404wfa.68.1197666109274; Fri, 14 Dec 2007 13:01:49 -0800 (PST) Received: by 10.143.9.19 with HTTP; Fri, 14 Dec 2007 13:01:49 -0800 (PST) Message-ID: <43f288560712141301k6f5ef9fbvc4930bda898f2a7f@mail.gmail.com> Date: Fri, 14 Dec 2007 21:01:00 -0000 From: "Eduardo Martinez Pardeiro" To: gcc-help@gcc.gnu.org Subject: crosscompiler for ia64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00276.txt.bz2 Hello, I want to build a crosscompiler from i486 to ia64-hp-hpux11.23. I know in configure have to specify --target=ia64-hp-hpux11.23, but only with this, i have a mistake. What more have i do? thanks