Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CloverPackage/makeV2
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ mv CloverV2-${REVISION}.zip $SYMROOT

open sym

#exit 0
exit 0

2 changes: 1 addition & 1 deletion CloverPackage/makeiso
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ if [[ "${1:-}" == "" ]]; then
[[ "$SYSNAME" != Linux ]] && open sym
fi

#exit 0
exit 0
2 changes: 1 addition & 1 deletion CloverPackage/makepkg
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ ls -la sym
open sym
# Finish building installer.

#exit 0
exit 0
12 changes: 8 additions & 4 deletions build_gcc15.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ if [[ ${OSXVER} < 10.14 ]]; then
else
export ISL_VERSION=${ISL_VERSION:-isl-0.27}
fi
#https://github.com/Meinersbur/isl/archive/refs/tags/isl-0.24.tar.gz
#https://netbsd.pkgs.org/9/netbsd-amd64/isl-0.24.tgz.html
#https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/9.1/All/isl-0.24.tgz
#https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/isl/0.22.1-1/isl_0.22.1.orig.tar.xz
# https://github.com/Meinersbur/isl/archive/refs/tags/isl-0.24.tar.gz
# https://netbsd.pkgs.org/9/netbsd-amd64/isl-0.24.tgz.html
# https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/9.1/All/isl-0.24.tgz
# https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/isl/0.22.1-1/isl_0.22.1.orig.tar.xz

# Change PREFIX if you want gcc and binutils
# installed on different place
Expand Down Expand Up @@ -151,6 +151,10 @@ DownloadSource () {
# echo "Status: ${ISL_VERSION} not found."
# cp -v ${ISL_VERSION}.tar.xz ${DIR_DOWNLOADS}/
# fi
# Faster Downloads !
cd $DIR_TOOLS
echo "Cloning: CloverBuildTools."
git clone https://github.com/CloverHackyColor/download.git
cd $DIR_DOWNLOADS
if [[ ! -f ${DIR_DOWNLOADS}/${GMP_VERSION}.tar.xz ]]; then
echo "Status: ${GMP_VERSION} not found."
Expand Down
Loading
Loading