From 1f44b5f0b236df260cee8741efce8a2887a59e36 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 6 Mar 2015 15:11:38 -0600 Subject: Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 59a30dc6..21d56f38 100644 --- a/configure +++ b/configure @@ -16,7 +16,6 @@ CFLAGS="$CFLAGS -funsigned-char" [ -z "$LDOPTIMIZE" ] && LDOPTIMIZE="-Wl,--gc-sections" [ -z "$CC" ] && CC=cc -[ -z "$STRIP" ] && STRIP=strip # set STRIP=no to skip stripping entirely # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" -- cgit v1.2.3