From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25916 invoked by alias); 8 Jul 2008 13:25:28 -0000 Received: (qmail 25746 invoked by uid 22791); 8 Jul 2008 13:25:27 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.salomon.at (HELO sauxb.salomon.at) (193.186.16.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Jul 2008 13:25:09 +0000 Received: from servex01.wamas.com (servex01.salomon.at [172.28.2.2]) by sauxb.salomon.at (8.12.10/8.12.10) with ESMTP id m68DOwaC027028 for ; Tue, 8 Jul 2008 15:24:59 +0200 (METDST) Received: from [172.28.8.78] ([172.28.8.78]) by servex01.wamas.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 8 Jul 2008 15:24:58 +0200 Subject: how to configure for 64bit default on ia64-hp-hpux11* From: Michael Haubenwallner To: gcc-help@gcc.gnu.org Content-Type: text/plain Date: Tue, 08 Jul 2008 19:21:00 -0000 Message-Id: <1215523497.21100.30.camel@sapc154.salomon.at> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 Content-Transfer-Encoding: 7bit X-Spam-Info: -1.84 () ALL_TRUSTED,AWL,BAYES_50 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: 2008-07/txt/msg00101.txt.bz2 Hi, when building for ia64-hp-hpux11*, the default output type is 32bit. While this is a multilib-compiler by default, I'd like to --disable-multilib, and use different target triplets instead of compiler flags, very similar to these ones: 32bit 64bit i?86-pc-linux-gnu x86_64-pc-linux-gnu i386-sun-solaris2* x86_64-sun-solaris2* sparc-sun-solaris2* sparcv9-sun-solaris2* hppa2.0*-hp-hpux11* hppa64-hp-hpux11* powerpc-ibm-aix5* powerpc64-ibm-aix5* ppc-*-linux-gnu ppc64-*-linux-gnu ia64-*-linux-gnu Now, what could be the 64bit target triplet for ia64-hpux ? 32bit 64bit ia64-hp-hpux11* ia64_64-hp-hpux11* Or should 'ia64-hp-hpux11*' be changed to default to 64bit, and introduce some new 'ia64_32-hp-hpux11*' instead ? 32bit 64bit ia64_32-hp-hpux11* ia64-hp-hpux11* Thoughts? Thanks! /haubi/