From patchwork Fri Oct 5 07:22:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFA, 1/5] New port: CR16: Remove "gdb" from noconfigdirs in configure.ac Date: Thu, 04 Oct 2012 21:22:06 -0000 From: Kaushik Phatak X-Patchwork-Id: 189418 Message-Id: To: Pedro Alves Cc: "binutils@sourceware.org" , "gcc-patches@gcc.gnu.org" , "gdb-patches@sourceware.org" Hi, Thanks for the feedback. > I can't see how adding target-libgloss is relevant to a gdb port. This was actually a part of some simulator fixes to update nltvals.def as it was not emulating the correct system calls. The Newlib changes have been already checked in and nltvals.def has been regenerated in latest build, so I guess the target-libgloss will not be necessary. > config.sub is maintained elsewhere. Ok, I will send this patch to config-patches at gnu dot org. Regards, Kaushik Updated Patch: - Removed "target-libgloss" - Removed config.sub from this mailing list 2012-10-05 Kaushik Phatak Changelog * configure.ac (noconfigdirs): Remove gdb. * configure: Regenerate. --- ./gdb_src.orig/configure 2012-06-28 17:20:52.000000000 +0530 +++ ./gdb_src/configure 2012-08-17 16:56:10.000000000 +0530 @@ -3447,7 +3447,7 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libgloss gdb" ;; cr16-*-*) - noconfigdirs="$noconfigdirs gdb" + noconfigdirs="$noconfigdirs" ;; d10v-*-*) noconfigdirs="$noconfigdirs target-libgloss" --- ./gdb_src.orig/configure.ac 2012-08-17 23:07:18.000000000 +0530 +++ ./gdb_src/configure.ac 2012-08-17 16:56:17.000000000 +0530 @@ -873,7 +873,7 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libgloss gdb" ;; cr16-*-*) - noconfigdirs="$noconfigdirs gdb" + noconfigdirs="$noconfigdirs" ;; d10v-*-*) noconfigdirs="$noconfigdirs target-libgloss"