abuild.conf: default to musl
This commit is contained in:
parent
aed6c05351
commit
cc43223da1
@ -1,10 +1,10 @@
|
|||||||
CHOST=i486-alpine-linux-uclibc
|
CHOST=i486-alpine-linux-musl
|
||||||
|
|
||||||
# for x86_64 we want:
|
# for x86_64 we want:
|
||||||
# CHOST=x86_64-alpine-linux-uclibc
|
# CHOST=x86_64-alpine-linux-musl
|
||||||
|
|
||||||
# for powerpc we want:
|
# for powerpc we want:
|
||||||
# CHOST=powerpc-alpine-linux-uclibc
|
# CHOST=powerpc-alpine-linux-musl
|
||||||
|
|
||||||
export CFLAGS="-Os -fomit-frame-pointer"
|
export CFLAGS="-Os -fomit-frame-pointer"
|
||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user