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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c38c795b..26038e91 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ HOSTCC?=cc -export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC HOSTCC V +export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC HOSTCC V STRIP all: toybox -- cgit v1.2.3