1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-20 15:31:22 +00:00

remove upgrade for binutils

This commit is contained in:
test
2018-10-22 08:50:48 +02:00
parent 2799126592
commit 40aef55585

View File

@ -206,12 +206,6 @@ update-gcc: projects/gcc/configure
GCC_VERSION=$(shell cat 2>/dev/null projects/gcc/gcc/BASE-VER)
update-binutils: projects/binutils/configure
a=($$(cd projects/binutils && git remote -v | grep origin | grep '(fetch)')); echo $${a[1]} ; \
if [[ "$${a[1]}" != "$(BINUTILS_GIT)" ]]; then \
rm -rf projects/binutils; \
$(MAKE) projects/binutils/configure; \
$(MAKE) clean-binutils; \
fi
@cd projects/binutils && export DEPTH=16; while true; do echo "trying depth=$$DEPTH"; git pull --depth $$DEPTH && break; export DEPTH=$$(($$DEPTH+$$DEPTH));done
update-fd2sfd: projects/fd2sfd/configure