common/build-profiles/armv7l-musl.sh: gnueabihf -> musleabi.
This commit is contained in:
parent
9a168e4463
commit
17ea528f46
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
XBPS_CFLAGS="-O2 -pipe -fstack-protector -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
|
||||
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
||||
XBPS_TRIPLET="armv7l-unknown-linux-gnueabihf"
|
||||
XBPS_TRIPLET="armv7l-unknown-linux-musleabi"
|
||||
|
|
Loading…
Reference in a new issue