summaryrefslogtreecommitdiff
path: root/libc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'libc/configure')
-rwxr-xr-xlibc/configure8
1 files changed, 1 insertions, 7 deletions
diff --git a/libc/configure b/libc/configure
index f468b1239..546624448 100755
--- a/libc/configure
+++ b/libc/configure
@@ -630,6 +630,7 @@ libc_cv_gcc_static_libgcc
CXX_SYSINCLUDES
SYSINCLUDES
AUTOCONF
+NM
AWK
SED
MAKEINFO
@@ -640,7 +641,6 @@ AS
MIG
OBJCOPY
OBJDUMP
-NM
AR
LN_S
INSTALL_DATA
@@ -4703,8 +4703,6 @@ AS=`$CC -print-prog-name=as`
LD=`$CC -print-prog-name=ld`
AR=`$CC -print-prog-name=ar`
-NM=`$CC -print-prog-name=nm`
-
OBJDUMP=`$CC -print-prog-name=objdump`
OBJCOPY=`$CC -print-prog-name=objcopy`
@@ -5600,10 +5598,6 @@ else
fi
-if test "x$AWK" != "xgawk"; then
- as_fn_error $? "GLIBC requires GNU awk." "$LINENO" 5
-fi
-
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5