From f459607da762d2b574583939ff2bb834d66a47f3 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Mon, 25 Jul 2016 05:50:20 +0000 Subject: abuild: use proper strip for each subpkg according to it's arch --- functions.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.sh.in') diff --git a/functions.sh.in b/functions.sh.in index 6a24d21..dd57319 100644 --- a/functions.sh.in +++ b/functions.sh.in @@ -106,6 +106,7 @@ readconfig() { [ -z "$CARCH" ] && CARCH="$(hostspec_to_arch $CHOST)" [ -z "$CLIBC" ] && CLIBC="$(hostspec_to_libc $CHOST)" + [ -z "$CBUILD_ARCH" ] && CBUILD_ARCH="$(hostspec_to_arch $CBUILD)" [ -z "$CTARGET_ARCH" ] && CTARGET_ARCH="$(hostspec_to_arch $CTARGET)" [ -z "$CTARGET_LIBC" ] && CTARGET_LIBC="$(hostspec_to_libc $CTARGET)" -- cgit v1.2.3-70-g09d2