Skip to content
Snippets Groups Projects
Commit 66966c5c authored by Ariadne Conill's avatar Ariadne Conill
Browse files

Add hints on CARCH/CBUILD for x86_64 and powerpc.

parent 0187915c
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment