Remove some old cruft variables from configure.
authorRoland McGrath <roland@hack.frob.com>
Thu, 10 Jan 2013 23:20:49 +0000 (15:20 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 11 Jan 2013 00:22:45 +0000 (16:22 -0800)
ChangeLog
configure
configure.in

index 426420404c1c603395218207fb5ddfdafc1dcca8..952a8443dff87e6abb87daa6d86482c22e1d4674 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-10  Roland McGrath  <roland@hack.frob.com>
+
+       * configure.in (sysnames): Drop use of $m0sub and $msub, which are
+       never set.
+       * configure: Regenerated.
+
 2013-01-10  David S. Miller  <davem@davemloft.net>
 
        * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
index 8799b7de785e813e5a6d458153213876a5a9a741..bdca5b39581082f2c2ee0f806daf86aa4cdf5c06 100755 (executable)
--- a/configure
+++ b/configure
@@ -4354,12 +4354,13 @@ for b in $base ''; do
        for m in $multi_arch_d $mach ''; do
          for d in $add_ons_pfx ''; do
            for a in $add_ons_sfx ''; do
-             if test -n "$m0$m0sub$b$v$o$m$msub"; then
+             try_suffix="$m0$b$v$o$m"
+             if test -n "$try_suffix"; then
                try_srcdir="${srcdir}/"
                case "$d" in
                /*) try_srcdir= ;;
                esac
-               try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a"
+               try="${d}sysdeps$try_suffix$a"
                test -n "$enable_debug_configure" &&
                echo "$0 DEBUG: try $try" >&2
                if test -d "$try_srcdir$try"; then
index d369382264e5dd3d59ceb424462ab3da077c6b04..96da72042690e7bfc2d5fceb8c3e41d202f77f0a 100644 (file)
@@ -702,12 +702,13 @@ for b in $base ''; do
        for m in $multi_arch_d $mach ''; do
          for d in $add_ons_pfx ''; do
            for a in $add_ons_sfx ''; do
-             if test -n "$m0$m0sub$b$v$o$m$msub"; then
+             try_suffix="$m0$b$v$o$m"
+             if test -n "$try_suffix"; then
                try_srcdir="${srcdir}/"
                case "$d" in
                /*) try_srcdir= ;;
                esac
-               try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a"
+               try="${d}sysdeps$try_suffix$a"
                test -n "$enable_debug_configure" &&
                echo "$0 [DEBUG]: try $try" >&2
                if test -d "$try_srcdir$try"; then