From 11d9a7d6018fd13587259edd1030a608e9f85449 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 1 Aug 2013 08:46:12 +0000 Subject: abuild: set and export a default CC seems like configure thinks we are crosscompiling unless we set CC when --build and --host are specified. --- abuild.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index 28699aa..1da5d92 100755 --- a/abuild.in +++ b/abuild.in @@ -1912,6 +1912,9 @@ fi [ -z "$CBUILD" ] && CBUILD="$CHOST" [ -z "$CTARGET" ] && CTARGET="$CHOST" +# set a default CC +export ${CC:=gcc} + cd "$startdir" || die . "$APKBUILD" -- cgit v1.2.3-60-g2f50