mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-21 08:35:58 +00:00
* configure.in: Be sure to invoke config.sub using the shell.
* configure: Regenerate.
This commit is contained in:
parent
fa565c2b2d
commit
07baa8eeeb
@ -1,3 +1,8 @@
|
||||
2005-01-12 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* configure.in: Be sure to invoke config.sub using the shell.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-01-11 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* configure.host: Correct sed patterns for last change.
|
||||
|
2
ld/configure
vendored
2
ld/configure
vendored
@ -5099,7 +5099,7 @@ do
|
||||
all_targets=true
|
||||
else
|
||||
# Canonicalize the secondary target names.
|
||||
result=`$ac_config_sub $targ_alias 2>/dev/null`
|
||||
result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
|
||||
if test -n "$result"; then
|
||||
targ=$result
|
||||
else
|
||||
|
@ -169,7 +169,7 @@ do
|
||||
all_targets=true
|
||||
else
|
||||
# Canonicalize the secondary target names.
|
||||
result=`$ac_config_sub $targ_alias 2>/dev/null`
|
||||
result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
|
||||
if test -n "$result"; then
|
||||
targ=$result
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user