diff options
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/testsuite/gdb.chill/configure')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/testsuite/gdb.chill/configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/gdb/testsuite/gdb.chill/configure b/gnu/usr.bin/binutils/gdb/testsuite/gdb.chill/configure index 37501216984..702f2d5a9df 100644 --- a/gnu/usr.bin/binutils/gdb/testsuite/gdb.chill/configure +++ b/gnu/usr.bin/binutils/gdb/testsuite/gdb.chill/configure @@ -557,8 +557,8 @@ esac # Make sure we can run config.sub. -if $ac_config_sub sun4 >/dev/null 2>&1; then : -else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } +if /bin/sh $ac_config_sub sun4 >/dev/null 2>&1; then : +else { echo "configure: error: can not run /bin/sh $ac_config_sub" 1>&2; exit 1; } fi echo $ac_n "checking host system type""... $ac_c" 1>&6 @@ -575,7 +575,7 @@ NONE) esac ;; esac -host=`$ac_config_sub $host_alias` +host=`/bin/sh $ac_config_sub $host_alias` host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'` host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'` host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'` @@ -592,7 +592,7 @@ NONE) esac ;; esac -target=`$ac_config_sub $target_alias` +target=`/bin/sh $ac_config_sub $target_alias` target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'` target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'` target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'` @@ -609,7 +609,7 @@ NONE) esac ;; esac -build=`$ac_config_sub $build_alias` +build=`/bin/sh $ac_config_sub $build_alias` build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'` build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'` build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'` |