Skip to content

Commit

Permalink
Upgrade musl version to minimum supported on arm. Might need to pick …
Browse files Browse the repository at this point in the history
…different versions for different targets. Haven't considered that yet.
  • Loading branch information
wasabii committed Apr 5, 2024
1 parent d18602d commit e701386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/musl
Submodule musl updated from ea9525 to 85e0e3
3 changes: 2 additions & 1 deletion linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,9 @@ then

mkdir -p $home/util-linux
pushd $home/util-linux
PKG_CONFIG_PATH=$dist/lib/pkgconfig \
PKG_CONFIG_PATH=$dist/lib/pkgconfig:$dist/share/pkgconfig \
PKG_CONFIG_SYSROOT_DIR=$dist \
LDFLAGS="-L$dist/lib" \
$ext/util-linux/configure \
--host=$SDK_TARGET \
--target=$SDK_TARGET \
Expand Down

0 comments on commit e701386

Please sign in to comment.