From 3356140fd2d6f15b119ca98b4d7ff969a764cee6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 6 Sep 2019 21:22:50 -0500 Subject: Add cross.sh to cross compile for one or more targets, and tweak make.sh to produce different output names for different ${TARGET}s. --- scripts/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/make.sh') diff --git a/scripts/make.sh b/scripts/make.sh index 540199b6..ec908ce1 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -15,7 +15,7 @@ set -o pipefail source scripts/portability.sh [ -z "$KCONFIG_CONFIG" ] && KCONFIG_CONFIG=.config -[ -z "$OUTNAME" ] && OUTNAME=toybox +[ -z "$OUTNAME" ] && OUTNAME=toybox"${TARGET:+-$TARGET}" UNSTRIPPED="generated/unstripped/$(basename "$OUTNAME")" # Try to keep one more cc invocation going than we have processors -- cgit v1.2.3