X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=configure;h=47194cd71ce15f3271442d3688ceecea6a04ca7b;hb=83a3a68b2bf12d3300a26bbbd9c2d8999b45f015;hp=11c91e91450dc4a2784e76a4cc6081027792d726;hpb=5566c1fab9b14e0735312da90fbd61e1a406f5a7;p=binutils-gdb.git diff --git a/configure b/configure index 11c91e91450..47194cd71ce 100755 --- a/configure +++ b/configure @@ -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}" ;; @@ -6184,7 +6192,7 @@ case " $build_configdirs " in # For an installed makeinfo, we require it to be from texinfo 4.4 or # higher, else we use the "missing" dummy. if ${MAKEINFO} --version \ - | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then + | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then : else MAKEINFO="$MISSING makeinfo"