Skip to content

Commit

Permalink
setup-cgct.sh: updating and adding packages
Browse files Browse the repository at this point in the history
- cbt: update to 2.43.1
- cgct-headers: new pkg
  • Loading branch information
Maxython authored Oct 6, 2024
1 parent 5f82518 commit 465ddb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup-cgct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ if [ "$ARCH" != "$(uname -m)" ]; then
fi

declare -A CGCT=(
["cbt"]="2.43-1" # Cross Binutils for Termux
["cbt"]="2.43.1-0" # Cross Binutils for Termux
["cgt"]="14.1.0-2" # Cross GCCs for Termux
["glibc-cgct"]="2.40-2" # Glibc for CGCT
["cgct-headers"]="6.10-0" # Headers for CGCT
)

: "${TERMUX_PKG_TMPDIR:="/tmp"}"
Expand Down

0 comments on commit 465ddb3

Please sign in to comment.