mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* 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.
|
||||
|
3
configure
vendored
3
configure
vendored
@ -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…
x
Reference in New Issue
Block a user