From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7727 invoked by alias); 15 Jun 2008 16:50:32 -0000 Received: (qmail 7719 invoked by uid 22791); 15 Jun 2008 16:50:32 -0000 X-Spam-Check-By: sourceware.org Received: from s1.bay2.hotmail.com (HELO bay0-omc1-s27.bay0.hotmail.com) (65.54.246.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 15 Jun 2008 16:49:09 +0000 Received: from BAY139-W16 ([64.4.43.51]) by bay0-omc1-s27.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 15 Jun 2008 09:49:07 -0700 Message-ID: From: Jay To: Subject: configuring in-tree gmp/mpfr with "none"? Date: Sun, 15 Jun 2008 16:50:00 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 X-SW-Source: 2008-06/txt/msg00333.txt.bz2 When gcc configures the in-tree gmp/mpfr, why does it use --host=3Dnone-${host_vendor}-${host_os} --target=3Dnone-${host_= vendor}-${host_os}=20 instead of --host=3D${host_alias} --target=3D${target_alias} This "breaks" config.cache if used across directories, because the platform= s change. I'm trying like: mkdir /obj=20=20 cd /obj=20=20 /src/gcc/configure -cache-file=3D`pwd`/config.cache=20=20 # must delete the initial one as well, else another problem=20 rem config.cache=20=20 make=20=20 With the 4.3.1 release. Thanks, - Jay