From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30494 invoked by alias); 9 Feb 2002 22:21:54 -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 30444 invoked from network); 9 Feb 2002 22:21:52 -0000 Received: from unknown (HELO pasiphae02.frii.com) (216.17.128.34) by sources.redhat.com with SMTP; 9 Feb 2002 22:21:52 -0000 Received: from deimos.frii.net (deimos.frii.com [216.17.128.2]) by pasiphae02.frii.com (8.12.2/8.12.2) with ESMTP id g19MLqtF081849 for ; Sat, 9 Feb 2002 15:21:52 -0700 (MST) Received: from dnv-co4a-226.rasserver.net (dnv-co4a-226.rasserver.net [204.32.201.226]) by deimos.frii.net (8.12.2/8.12.2) with ESMTP id g19MLmSX032739 for ; Sat, 9 Feb 2002 15:21:50 -0700 (MST) Date: Sat, 09 Feb 2002 14:21:00 -0000 From: "Theodore A. Roth" X-X-Sender: troth@bozoland.mynet To: gdb@sources.redhat.com Subject: tm.h and multi-arch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-02/txt/msg00163.txt.bz2 If I add the following line to configue.tgt, avr) gdb_multi_arch=yes ;; configure no longer creates a symlink from tm.h to config/avr/tm-avr.h. The only thing I have in tm-avr.h is GDBINIT_FILENAME. Is there anywhere I could #define GDBINIT_FILENAME and thus completely do away it tm-avr.h? Is configure.tgt the preferred place to identify a target as multi-arch? I could put the "#define GDB_MULTI_ARCH 2" back in my tm-avr.h file unless tm-*.h files are being deprecated. Ted Roth