From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25949 invoked by alias); 13 Jan 2003 21:18:34 -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 25932 invoked from network); 13 Jan 2003 21:18:32 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 209.249.29.67 with SMTP; 13 Jan 2003 21:18:32 -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 QAA12186 for ; Mon, 13 Jan 2003 16:09:54 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id QAA23648 for ; Mon, 13 Jan 2003 16:18:21 -0500 Message-ID: <0e9701c2bb49$3edc0ad0$0202040a@catdog> From: "Kris Warkentin" To: Subject: target_alias macro in configuring Date: Mon, 13 Jan 2003 21:18: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/msg00210.txt.bz2 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