summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-02-09 16:36:19 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-02-09 16:36:19 -0600
commit66966c5ccc501827a8993ef5348eee43703c0f86 (patch)
treef3959cd9632c9eaf4d1c4576cf66a0904d7f9ede
parent0187915cc2caed5bfe5fbd1f41da003d9d691fa0 (diff)
downloadabuild-66966c5ccc501827a8993ef5348eee43703c0f86.tar.bz2
abuild-66966c5ccc501827a8993ef5348eee43703c0f86.tar.xz
Add hints on CARCH/CBUILD for x86_64 and powerpc.
-rw-r--r--abuild.conf9
1 files changed, 9 insertions, 0 deletions
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