aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2015-03-06 15:11:38 -0600
committerRob Landley <rob@landley.net>2015-03-06 15:11:38 -0600
commit1f44b5f0b236df260cee8741efce8a2887a59e36 (patch)
tree617079e8c9809cca6321e9ffe12b5a167c564479 /configure
parent3b741474b722723a208c9ecc3595451884a887c7 (diff)
downloadtoybox-1f44b5f0b236df260cee8741efce8a2887a59e36.tar.gz
Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail.
Diffstat (limited to 'configure')
-rw-r--r--configure1
1 files changed, 0 insertions, 1 deletions
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"