From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32337 invoked by alias); 13 Jan 2003 21:27:55 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32329 invoked from network); 13 Jan 2003 21:27:51 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 209.249.29.67 with SMTP; 13 Jan 2003 21:27:51 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id QAA12586; Mon, 13 Jan 2003 16:19:12 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id QAA03430; Mon, 13 Jan 2003 16:27:39 -0500 Message-ID: <0ea101c2bb4a$8bd4d370$0202040a@catdog> From: "Kris Warkentin" To: "Kris Warkentin" , References: <0e9701c2bb49$3edc0ad0$0202040a@catdog> Subject: Re: target_alias macro in configuring Date: Mon, 13 Jan 2003 21:27:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-01/txt/msg00211.txt.bz2 Ah ha...because my sandbox isn't up to date. DOH! I work on this for a few hours, get frustrated and finally give up and ask the mailing list which, of course, is when the solution hits me. Happens every time. Thanks for helping (by listening ;-) Kris ----- Original Message ----- From: "Kris Warkentin" To: Sent: Monday, January 13, 2003 4:17 PM Subject: target_alias macro in configuring > I'm working on bringing our GDB 5.2.1 port forward to the GDB head branch > and I'm having a devil of a time getting the configure to work properly. > > One thing I'm seeing is a number of warnings in subdir configuration (like > libiberty, etc.) along the lines of: > > configure: warning: target_alias=ntox86: invalid host type > > This warning seems to be a catch-all in configure to warn about strange > configure arguments. I'm just wondering if anyone can give me an idea as to > why the top-level configure is passing this target_alias in without a '-' in > front. > > cheers, > > Kris > >