* configure.ac: Add Microblaze target.
authorNick Clifton <nickc@redhat.com>
Thu, 6 Aug 2009 17:46:43 +0000 (17:46 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 6 Aug 2009 17:46:43 +0000 (17:46 +0000)
        * configure: Regenerate.

ChangeLog
configure
configure.ac

index 29e1b02..64dc5aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-06  Michael Eager <eager@eagercon.com>
+
+       * configure.ac: Add Microblaze target.
+       * configure: Regenerate.
+
 2009-07-02  Tristan Gingold  <gingold@adacore.com>
 
        * configure.ac: Do not exclude gas for i386-*-darwin.
index 394e848..b8d5355 100755 (executable)
--- a/configure
+++ b/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 a594222..dcd9ced 100644 (file)
@@ -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}"