cross-profiles/*-musl.sh: use a different XBPS_TARGET_ARCH so that pkgs don't conflict with glibc ones.

This commit is contained in:
Juan RP
2014-01-07 18:32:38 +01:00
parent 62f5c9e739
commit ed5f1a9273
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Cross build profile for i686 and Musl libc.
XBPS_TARGET_ARCH="i686"
XBPS_TARGET_ARCH="i686-musl"
XBPS_CROSS_TRIPLET="i686-linux-musl"
XBPS_CFLAGS="-O2 -pipe"
XBPS_CXXFLAGS="$XBPS_CFLAGS"