diff options
author | Michael Eager <eager@eagercon.com> | 2009-08-06 17:48:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2009-08-06 17:48:24 +0000 |
commit | ca9fe9972e1a755970766a821631c8c303d9f63f (patch) | |
tree | dab9a6d1740d920cdbef5f3c830ae404a8c482be /configure.ac | |
parent | 14a782c872478c7394535c60db1a7e3fa7be2524 (diff) | |
download | gcc-ca9fe9972e1a755970766a821631c8c303d9f63f.tar.gz |
configure.ac: Add Microblaze target.
* configure.ac: Add Microblaze target.
* configure: Regenerate.
From-SVN: r150535
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 30721eb9883..15cea138ceb 100644 --- a/configure.ac +++ b/configure.ac @@ -836,6 +836,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}" |