diff configure @ 1722:0bf35904cabc draft

Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail.
author Rob Landley <rob@landley.net>
date Fri, 06 Mar 2015 15:11:38 -0600
parents 2d5e3e345c14
children c21fe4bc2249
line wrap: on
line diff
--- a/configure	Wed Mar 04 07:29:57 2015 -0600
+++ b/configure	Fri Mar 06 15:11:38 2015 -0600
@@ -16,7 +16,6 @@
 [ -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"