This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add support for Analog Devices Blackfin processor (part 6/6: src toplevel)


This final part only contains one line change in src top level
configure, which will enable configure in gdb directory for bfin port.

Any comments?

Thanks,
Jie

	* configure: Configure gdb directory for bfin.

diff -u src.orig/configure src/configure
--- src.orig/configure	2005-12-27 13:36:54.000000000 +0800
+++ src/configure	2005-12-27 10:23:42.000000000 +0800
@@ -1293,7 +1293,7 @@
     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
     ;;
   bfin-*-*)
-    noconfigdirs="$noconfigdirs target-libgloss gdb"
+    noconfigdirs="$noconfigdirs target-libgloss"
     if test x${is_cross_compiler} != xno ; then
       target_configdirs="${target_configdirs} target-bsp target-cygmon"
     fi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]