From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28117 invoked by alias); 13 Feb 2014 04:23:15 -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 28106 invoked by uid 89); 13 Feb 2014 04:23:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f169.google.com Received: from mail-pd0-f169.google.com (HELO mail-pd0-f169.google.com) (209.85.192.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 13 Feb 2014 04:23:12 +0000 Received: by mail-pd0-f169.google.com with SMTP id v10so9996523pde.0 for ; Wed, 12 Feb 2014 20:23:11 -0800 (PST) X-Received: by 10.66.122.201 with SMTP id lu9mr43058402pab.40.1392265391091; Wed, 12 Feb 2014 20:23:11 -0800 (PST) Received: from PaulDell ([122.150.238.132]) by mx.google.com with ESMTPSA id y9sm4364296pas.10.2014.02.12.20.23.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Feb 2014 20:23:10 -0800 (PST) Message-ID: <6EBF9826091444D9BF7072FB722504C8@PaulDell> From: "Paul Edwards" To: Subject: Re: i370 port Date: Thu, 13 Feb 2014 04:23:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-SW-Source: 2014-02/txt/msg00172.txt.bz2 Let me ask a different question. On GCC 3.2.3, does this sequence look correct: ./configure --target=i370-mvspdp --prefix=~/devel/mvscross --with-sysroot=~/devel/mvshead --enable-languages=c make make install ./configure --build=x86_64-unknown-linux-gnu --host=i370-mvspdp --target=i370-mvspdp --prefix=~/devel/mvshost --enable-languages=c --disable-nls make The first bit is working well - it is creating a cross-compiler. But the second bit is not working well, on gcc 3.2.3 at least. The sequence worked fine on gcc 3.4.6. Thanks. Paul.