* configure.ac: Add Microblaze target.
* configure: Regenerate.
This commit is contained in:
parent
7ba29e2a41
commit
25a07265bd
@ -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>
|
2009-07-02 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* configure.ac: Do not exclude gas for i386-*-darwin.
|
* configure.ac: Do not exclude gas for i386-*-darwin.
|
||||||
|
3
configure
vendored
3
configure
vendored
@ -2605,6 +2605,9 @@ case "${target}" in
|
|||||||
m68k-apollo-*)
|
m68k-apollo-*)
|
||||||
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
microblaze*)
|
||||||
|
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
||||||
|
;;
|
||||||
mips*-sde-elf*)
|
mips*-sde-elf*)
|
||||||
skipdirs="$skipdirs target-libiberty"
|
skipdirs="$skipdirs target-libiberty"
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
|
@ -840,6 +840,9 @@ case "${target}" in
|
|||||||
m68k-apollo-*)
|
m68k-apollo-*)
|
||||||
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
microblaze*)
|
||||||
|
noconfigdirs="$noconfigdirs gprof ${libgcj}"
|
||||||
|
;;
|
||||||
mips*-sde-elf*)
|
mips*-sde-elf*)
|
||||||
skipdirs="$skipdirs target-libiberty"
|
skipdirs="$skipdirs target-libiberty"
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user