* configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
to $skipdirs and only disable gprof for newlib. Use the normal mips*-elf* handling in other respects. * configure: Regnerate.
This commit is contained in:
parent
3ea6b9a58b
commit
5bd8be1309
3 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-09-14 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
|
||||
to $skipdirs and only disable gprof for newlib. Use the normal
|
||||
mips*-elf* handling in other respects.
|
||||
* configure: Regnerate.
|
||||
|
||||
2007-09-12 David Daney <ddaney@avtrex.com>
|
||||
|
||||
* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
|
||||
|
|
8
configure
vendored
8
configure
vendored
|
@ -2506,6 +2506,14 @@ case "${target}" in
|
|||
m68k-apollo-*)
|
||||
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
|
||||
;;
|
||||
mips*-sde-elf*)
|
||||
skipdirs="$skipdirs target-libiberty"
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
if test x$with_newlib = xyes; then
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
fi
|
||||
libgloss_dir=mips
|
||||
;;
|
||||
mips*-*-irix5*)
|
||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
|
|
@ -782,6 +782,14 @@ case "${target}" in
|
|||
m68k-apollo-*)
|
||||
noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
|
||||
;;
|
||||
mips*-sde-elf*)
|
||||
skipdirs="$skipdirs target-libiberty"
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
if test x$with_newlib = xyes; then
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
fi
|
||||
libgloss_dir=mips
|
||||
;;
|
||||
mips*-*-irix5*)
|
||||
noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue