From 66966c5ccc501827a8993ef5348eee43703c0f86 Mon Sep 17 00:00:00 2001
From: William Pitcock <nenolod@dereferenced.org>
Date: Wed, 9 Feb 2011 16:36:19 -0600
Subject: [PATCH] Add hints on CARCH/CBUILD for x86_64 and powerpc.

---
 abuild.conf | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/abuild.conf b/abuild.conf
index f5fe85ec7f76..21a3f456f2bb 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
 
-- 
GitLab