From 4234a10e92f103a33baa0c70780ac7e09e6a9484 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 25 Jul 2013 12:18:35 +0000 Subject: abuild: export CHOST, CARCH and CLIBC and let config.guess use CHOST --- abuild.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index e6969fa..bc7d197 100755 --- a/abuild.in +++ b/abuild.in @@ -1888,6 +1888,10 @@ if [ -z "$CLIBC" ]; then esac fi +export CHOST +export CARCH +export CLIBC + cd "$startdir" || die . "$APKBUILD" -- cgit v1.2.3-60-g2f50