Add hints on CARCH/CBUILD for x86_64 and powerpc.

This commit is contained in:
William Pitcock 2011-02-09 16:36:19 -06:00
parent 0187915cc2
commit 66966c5ccc

View File

@ -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