Add hints on CARCH/CBUILD for x86_64 and powerpc.
This commit is contained in:
parent
0187915cc2
commit
66966c5ccc
@ -1,5 +1,14 @@
|
|||||||
CARCH=x86
|
CARCH=x86
|
||||||
CBUILD=i486-alpine-linux-uclibc
|
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
|
CHOST=$CBUILD
|
||||||
CTARGET=$CHOST
|
CTARGET=$CHOST
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user