mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-06 22:53:21 +00:00
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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user