Skip to content

Commit

Permalink
Test1
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Apr 25, 2024
1 parent a5e531c commit 75520c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolchain/generate_toolchan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,16 +381,16 @@ function build_libxcrypt() {
function build_final_toolchain() {
build_binutils_final
build_flex
build_gcc_final
build_glibc_final
# build_gcc_final
# build_glibc_final
}

function build_all() {
pushd "${PACKAGES_PATH}" >/dev/null

build_cross_toolchain
build_final_toolchain
build_libxcrypt
# build_libxcrypt

popd >/dev/null
}
Expand Down

0 comments on commit 75520c6

Please sign in to comment.