From 5efc1674a81ce1fd423ca8aac2ce3c02144751fc Mon Sep 17 00:00:00 2001 From: Francesco Valla Date: Sat, 2 Jun 2018 16:09:22 +0200 Subject: call strip as $STRIP This is useful e.g. for cross toolchains that define $CC and $STRIP instead of $CROSS_COMPILE. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 14c9c659..a9b88976 100755 --- a/configure +++ b/configure @@ -28,6 +28,7 @@ CFLAGS="$CFLAGS -funsigned-char" # you call scripts/make.sh and friends directly. [ -z "$CC" ] && CC=cc +[ -z "$STRIP" ] & STRIP=strip # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" -- cgit v1.2.3