From 14474358ecfdc2544f743200ddcca3d008f7ebd8 Mon Sep 17 00:00:00 2001 From: drepper Date: Tue, 7 Apr 1998 16:21:40 +0000 Subject: [PATCH] Regenerated. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index eba8edfc6d..b5f8adadd2 100755 --- a/configure +++ b/configure @@ -1634,8 +1634,8 @@ if test -n "$path_binutils"; then path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'` CC="$CC -B$path_binutils" fi -AS=`$CC -print-file-name=as` -LD=`$CC -print-file-name=ld` +AS=`$CC -print-prog-name=as` +LD=`$CC -print-prog-name=ld` # Determine whether we are using GNU binutils. echo $ac_n "checking whether $AS is GNU as""... $ac_c" 1>&6 -- 2.11.0