diff options
author | Rob Landley <rob@landley.net> | 2015-03-06 15:11:38 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-03-06 15:11:38 -0600 |
commit | 1f44b5f0b236df260cee8741efce8a2887a59e36 (patch) | |
tree | 617079e8c9809cca6321e9ffe12b5a167c564479 /configure | |
parent | 3b741474b722723a208c9ecc3595451884a887c7 (diff) | |
download | toybox-1f44b5f0b236df260cee8741efce8a2887a59e36.tar.gz |
Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail.
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |