mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* configure.in: Use $ac_config_sub, not $configsub.
* configure: Likewise.
This commit is contained in:
parent
b6113657eb
commit
9525b61b1b
@ -1,3 +1,12 @@
|
||||
Wed Jul 5 10:31:47 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Use $ac_config_sub, not $configsub.
|
||||
* configure: Likewise.
|
||||
|
||||
Permit --enable-targets=ieee:
|
||||
* config.bfd (*-*-ieee*): New target.
|
||||
* config/ieee.mt: New file.
|
||||
|
||||
Wed Jul 5 04:16:35 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
|
||||
|
||||
* config/i386aix.mh (HDEFINES): Remove -DFASCIST_FDOPEN.
|
||||
|
2
bfd/configure
vendored
2
bfd/configure
vendored
@ -610,7 +610,7 @@ fi
|
||||
if test -n "$enable_targets" ; then
|
||||
for targ in `echo $enable_targets | sed 's/,/ /g'`
|
||||
do
|
||||
result=`$configsub $targ 2>/dev/null`
|
||||
result=`$ac_config_sub $targ 2>/dev/null`
|
||||
if test -n "$result" ; then
|
||||
canon_targets="$canon_targets $result"
|
||||
else
|
||||
|
@ -56,7 +56,7 @@ AC_SUBST_FILE(host_makefile_frag)
|
||||
if test -n "$enable_targets" ; then
|
||||
for targ in `echo $enable_targets | sed 's/,/ /g'`
|
||||
do
|
||||
result=`$configsub $targ 2>/dev/null`
|
||||
result=`$ac_config_sub $targ 2>/dev/null`
|
||||
if test -n "$result" ; then
|
||||
canon_targets="$canon_targets $result"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user