From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8273 invoked by alias); 18 Oct 2002 18:20:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8242 invoked from network); 18 Oct 2002 18:20:31 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Oct 2002 18:20:31 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9IHxVw09592; Fri, 18 Oct 2002 13:59:31 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9IIKUf27025; Fri, 18 Oct 2002 14:20:30 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9IIKTw28661; Fri, 18 Oct 2002 14:20:29 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g9IIKSa11243; Fri, 18 Oct 2002 14:20:28 -0400 Date: Fri, 18 Oct 2002 11:20:00 -0000 Message-Id: <200210181820.g9IIKSa11243@greed.delorie.com> From: DJ Delorie To: kevinb@redhat.com CC: gdb-patches@sources.redhat.com, binutils@sources.redhat.com, gcc-patches@gcc.gnu.org In-reply-to: <1021018181007.ZM9592@localhost.localdomain> (message from Kevin Buettner on Fri, 18 Oct 2002 11:10:07 -0700) Subject: Re: [RFA] Top level configury additions for RDA (2nd try) References: <1021018181007.ZM9592@localhost.localdomain> X-SW-Source: 2002-10/txt/msg00303.txt.bz2 > Any objections to the following additions to the top level configury? > > (Thanks to DJ and Nathanael for telling me about Makefile.def and autogen.) > > * Makefile.def (host_modules): Add rda. > * Makefile.in: Regenerate. > * configure.in (configdirs): Add rda to list of directories > to configure for certain hosts. This is fine. Please apply to both gcc and src.