Commit Graph

1 Commits

Author SHA1 Message Date
Kevin Mark
1f9fbb6ef1
Support MPFR 4.0.2
Independent verification of the SHA1 is always appreciated.

Verified compile with the following config.mak:

    TARGET = arm-linux-musleabihf
    BINUTILS_VER = 2.32
    GCC_VER = 8.3.0
    GMP_VER = 6.1.2
    MPC_VER = 1.1.0
    MPFR_VER = 4.0.2
    ISL_VER = 0.21
    LINUX_VER = 3.0.35
    COMMON_CONFIG += --disable-nls
    GCC_CONFIG += --enable-languages=c,c++
    GCC_CONFIG += --disable-libquadmath --disable-decimal-float
    GCC_CONFIG += --disable-multilib
2019-06-30 23:49:21 -04:00