* 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 29e1b02a6d9b8ad7b364a365f1d425d986ea397a..64dc5aa19f49fa9458159e9ed575ea7ce2b78d5a 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 394e8486fdd82463a19ac37ea71c6d37ce81609c..b8d53550b9815d94f4a138cf67a9c0fac4363fe6 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 a594222317337af5d0f521eb55b472fb77786712..dcd9ced0b72fe9254aaf87dcb66fc8ee17e5abbd 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}"
This page took 0.041251 seconds and 4 git commands to generate.