Build Compiler and Platform
GNU tools for macOS v36 are built with/using
ProductName: Mac OS X
ProductVersion: 10.14.6
BuildVersion: 18G7016
Apple clang version 11.0.0 (clang-1100.0.33.17)
Installation
To install GNU tools for macOS, verify sha256 checksum and extract the attached tarball with the following command, all binaries will be installed to usr/local/tools-v36
$ shasum -a 256 -c tools-v36.tar.bz2.hash
$ sudo tar -C / -xjvf tools-v36.tar.bz2
Contents
List of all compiled packages and versions are as follows
$ autoconf-2.70
$ automake-1.16.3
$ libtool-2.4.6 ('g' prefixed, e.g. glibtoolize)
$ pkg-config-0.29.2
$ cmake-3.19.2
$ gmp-6.2.1 (only static library)
$ mpfr-4.1.0 (only static library)
$ mpc-1.2.1 (only static library)
$ isl-0.23 (only static library)
$ gcc-10.2.0 ('-gnu' suffixed, e.g. gcc-gnu)