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]

Add Microblaze target to top level configure files


Hi Guys,

  I am applying this patch to the top level configure.ac file in the
  gcc and binutils repositories on behalf of Michael Eager who has
  submitted a new port to the binutils project.

Cheers
  Nick

./ChangeLog
2009-08-06  Michael Eager <eager@eagercon.com>

	* configure.ac: Add Microblaze target.
	* configure: Regenerate.

diff --git a/src/binutils/configure.ac b/src/binutils/configure.ac
index a594222..dcd9ced 100644
--- a/src/binutils/configure.ac
+++ b/src/binutils/configure.ac
@@ -840,6 +840,9 @@ case "${target}" in
   m68k-apollo-*)
     noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
     ;;
+  microblaze*)
+    noconfigdirs="$noconfigdirs gprof ${libgcj}"
+    ;;
   mips*-sde-elf*)
     skipdirs="$skipdirs target-libiberty"
     noconfigdirs="$noconfigdirs ${libgcj}"
diff --git a/src/binutils/configure b/src/binutils/configure
index 394e848..b8d5355 100755
--- a/src/binutils/configure
+++ b/src/binutils/configure
@@ -2605,6 +2605,9 @@ case "${target}" in
   m68k-apollo-*)
     noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
     ;;
+  microblaze*)
+    noconfigdirs="$noconfigdirs gprof ${libgcj}"
+    ;;
   mips*-sde-elf*)
     skipdirs="$skipdirs target-libiberty"
     noconfigdirs="$noconfigdirs ${libgcj}"


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