From 66966c5ccc501827a8993ef5348eee43703c0f86 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 9 Feb 2011 16:36:19 -0600 Subject: Add hints on CARCH/CBUILD for x86_64 and powerpc. --- abuild.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'abuild.conf') diff --git a/abuild.conf b/abuild.conf index f5fe85e..21a3f45 100644 --- a/abuild.conf +++ b/abuild.conf @@ -1,5 +1,14 @@ CARCH=x86 CBUILD=i486-alpine-linux-uclibc + +# for x86_64 we want: +# CARCH=x86_64 +# CBUILD=x86_64-alpine-linux-uclibc + +# for powerpc we want: +# CARCH=powerpc +# CBUILD=powerpc-alpine-linux-uclibc + CHOST=$CBUILD CTARGET=$CHOST -- cgit v1.2.3