* configure.ac: Add Microblaze target.
* configure: Regenerate.
This commit is contained in:
parent
91ff02ccb4
commit
45f03e330f
|
@ -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}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue