diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-09 16:36:19 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-02-09 16:36:19 -0600 |
commit | 66966c5ccc501827a8993ef5348eee43703c0f86 (patch) | |
tree | f3959cd9632c9eaf4d1c4576cf66a0904d7f9ede /abuild.conf | |
parent | 0187915cc2caed5bfe5fbd1f41da003d9d691fa0 (diff) | |
download | abuild-66966c5ccc501827a8993ef5348eee43703c0f86.tar.gz abuild-66966c5ccc501827a8993ef5348eee43703c0f86.tar.bz2 abuild-66966c5ccc501827a8993ef5348eee43703c0f86.tar.xz abuild-66966c5ccc501827a8993ef5348eee43703c0f86.zip |
Add hints on CARCH/CBUILD for x86_64 and powerpc.
Diffstat (limited to 'abuild.conf')
-rw-r--r-- | abuild.conf | 9 |
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 |