diff options
-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 |