diff options
author | Nick Clifton <nickc@redhat.com> | 2009-08-06 17:46:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-08-06 17:46:43 +0000 |
commit | 25a07265bdbe07bd8ab88805b9136dc21179aa6c (patch) | |
tree | 9bb1d65cec9baf4c589424413c6ad9549ad1a880 | |
parent | 7ba29e2a41ab1802c0e56ce97b290d5f0aece80e (diff) | |
download | gdb-25a07265bdbe07bd8ab88805b9136dc21179aa6c.zip gdb-25a07265bdbe07bd8ab88805b9136dc21179aa6c.tar.gz gdb-25a07265bdbe07bd8ab88805b9136dc21179aa6c.tar.bz2 |
* configure.ac: Add Microblaze target.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
3 files changed, 11 insertions, 0 deletions
@@ -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. @@ -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}" diff --git a/configure.ac b/configure.ac index a594222..dcd9ced 100644 --- a/configure.ac +++ b/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}" |