From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25825 invoked by alias); 12 Feb 2007 06:26:15 -0000 Received: (qmail 25816 invoked by uid 22791); 12 Feb 2007 06:26:13 -0000 X-Spam-Check-By: sourceware.org Received: from p12018-ipbffx02marunouchi.tokyo.ocn.ne.jp (HELO mail.pizzafactory.jp) (222.147.75.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Feb 2007 06:26:07 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.pizzafactory.jp (Postfix) with ESMTP id 2FE1316D5FB7 for ; Mon, 12 Feb 2007 15:26:04 +0900 (JST) Received: from mail.pizzafactory.jp ([127.0.0.1]) by localhost (ldap.monami-software.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27330-05 for ; Mon, 12 Feb 2007 15:25:58 +0900 (JST) Received: from [10.100.15.255] (s23.gtokyofl12.vectant.ne.jp [222.228.213.23]) by mail.pizzafactory.jp (Postfix) with ESMTP id 6648116D5EE0 for ; Mon, 12 Feb 2007 15:25:58 +0900 (JST) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <49AB0E17-0AC2-4043-9AB7-4DC434A19F11@monami-software.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: gdb-patches@sourceware.org From: Masaki Muranaka Subject: Is *.mh used in native mode only? Date: Mon, 12 Feb 2007 06:26:00 -0000 X-Mailer: Apple Mail (2.752.2) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00162.txt.bz2 Hello maintainers, According to gdbint document, config/*/*.mh is a one of host dependent files (not only native). But it seems that it is not read by configure in case building the cross debugger. gdb/configure is coded like this: - - - if test "${gdb_native}" = "yes"; then host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh - - - Is this code suitable? -- Masaki Muranaka Monami software