mtgos-kernel/cross/mpfr.mk
2017-12-09 18:46:35 +00:00

18 lines
292 B
Makefile

MPFR_VERSION=3.1.6
mpfr.tar.xz: mpfr-$(MPFR_VERSION).tar.xz
mv $^ $@
mpfr-$(MPFR_VERSION).tar.xz:
wget https://ftp.gnu.org/gnu/mpfr/$@
gcc/mpfr/: gcc/ mpfr-$(MPFR_VERSION)/
mv mpfr-$(MPFR_VERSION)/ $@
mpfr-$(MPFR_VERSION)/: mpfr.tar.xz
tar -xf $^
mpfr-patch:
true
mpfr-build:
true