Skip to content

Commit

Permalink
enable i686-linux-mlibc target
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 authored and ArsenArsen committed Dec 26, 2023
1 parent d7094c0 commit 9cecc86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-many-tools.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ targets=(
riscv64-linux-mlibc
x86_64-linux-mlibc
aarch64-linux-mlibc
i686-linux-mlibc
)

set -xe
Expand Down Expand Up @@ -42,6 +43,7 @@ for target in "${targets[@]}"; do (
case "$arch" in
aarch64) arch="arm64" ;;
riscv64) arch="riscv" ;;
i686) arch="i386" ;;
esac
make -C ../linux O="${sysroot}" ARCH="${arch}" headers_install

Expand Down

0 comments on commit 9cecc86

Please sign in to comment.