diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-09-14 14:51:36 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-09-14 14:51:36 +0000 |
commit | 524e457026afeedd15e8d94592a33fc795847b10 (patch) | |
tree | d47b245594043e26bd04a5fef27f2d243b14c9c3 | |
parent | 130377028db9b2a62c2339d27d026e0793af4136 (diff) | |
download | cygnal-524e457026afeedd15e8d94592a33fc795847b10.tar.gz cygnal-524e457026afeedd15e8d94592a33fc795847b10.tar.bz2 cygnal-524e457026afeedd15e8d94592a33fc795847b10.zip |
* 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.
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | configure | 8 | ||||
-rw-r--r-- | configure.ac | 8 |
3 files changed, 23 insertions, 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 @@ -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}" ;; diff --git a/configure.ac b/configure.ac index 74238bf2d..a1772c073 100644 --- a/configure.ac +++ b/configure.ac @@ -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}" ;; |