* lib/gas-defs.exp (regexp_diff): Allow '#...' to mean "some
[deliverable/binutils-gdb.git] / ld / configure
index f2baf1db600e676e67d797b6a8e42309cc7b8703..d907e9fb55d3cf4ae5e2ecfc1e8fd3d3eb7ff14a 100755 (executable)
@@ -4474,7 +4474,7 @@ fi
 
 
 case "${host}" in
-*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows)
+*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
   cat >> confdefs.h <<\EOF
 #define USE_BINARY_FOPEN 1
 EOF
@@ -4769,7 +4769,7 @@ do
     all_targets=true
   else
     # Canonicalize the secondary target names.
-    result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
+    result=`$ac_config_sub $targ_alias 2>/dev/null`
     if test -n "$result"; then
        targ=$result
     else
This page took 0.023339 seconds and 4 git commands to generate.