mtgos-mtgos-3ds9/cross/mpfr.mk
2017-04-23 11:24:31 +00:00

18 lines
292 B
Makefile

MPFR_VERSION=3.1.5
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