1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-23 21:02:43 +00:00

always allow installing gmp, mpc and mpfr

This commit is contained in:
bebbo
2018-08-14 21:54:01 +02:00
parent a257987293
commit afa4204d96

View File

@ -241,7 +241,6 @@ update-newlib: projects/newlib-cygwin/newlib/configure
update-netinclude: projects/amiga-netinclude/README.md
cd projects/amiga-netinclude && git pull
ifneq ($(findstring MSYS,$(USED_CC_VERSION)),)
update-gmp:
@mkdir -p download
if [ -a download/$(GMPFILE) ]; \
@ -265,7 +264,6 @@ update-mpfr:
else cd download && wget ftp://ftp.gnu.org/gnu/mpfr/$(MPFRFILE); \
fi;
cd projects && tar xf ../download/$(MPFRFILE)
endif
status-all:
GCC_VERSION=$(shell cat 2>/dev/null projects/gcc/gcc/BASE-VER)