From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8935 invoked by alias); 11 Nov 2002 00:10:06 -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 8897 invoked from network); 11 Nov 2002 00:10:04 -0000 Received: from unknown (HELO mailout5-0.nyroc.rr.com) (24.92.226.122) by sources.redhat.com with SMTP; 11 Nov 2002 00:10:04 -0000 Received: from doctormoo (syr-24-24-16-193.twcny.rr.com [24.24.16.193]) by mailout5-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id gAB09xF28143; Sun, 10 Nov 2002 19:10:00 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18B29K-00008X-00; Sun, 10 Nov 2002 19:09:54 -0500 Date: Sun, 10 Nov 2002 16:10:00 -0000 To: newlib@sources.redhat.com, binutils@sources.redhat.com, gdb-patches@sources.redhat.com, gcc-patches@sources.redhat.com, dj@redhat.com Subject: Patch: drop NEC v810 support Message-ID: <20021111000953.GA526@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2002-11/txt/msg00296.txt.bz2 After some investigation, it looks like v810 isn't really supported by any subdirectory of gcc or src. The only one with any code for it is newlib, I can't find any evidence that anyone's using it or that it works, and it hasn't been updated since 1995. Its configury fragment, toplevel config/mt-v810, is causing me trouble in autoconfiscation. Therefore, this patch simply blows the target away. If anyone is actually using newlib for the NEC v810, I expect them to tell me how, so I can make some configury which is more reasonable than the current one. * configure.in (v810*): Remove support. --- configure.in 2002-11-10 18:58:13.000000000 -0500 +++ configure.in.new 2002-11-10 18:57:40.000000000 -0500 @@ -608,9 +608,6 @@ ;; sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*) ;; - v810-*-*) - noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} opcodes target-libgloss ${libgcj}" - ;; v850-*-*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;; @@ -1111,9 +1108,6 @@ extra_arflags_for_target= extra_nmflags_for_target= case "${target}" in - v810*) - target_makefile_frag="config/mt-v810" - ;; i[3456]86-*-netware*) target_makefile_frag="config/mt-netware" ;;