diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-23 13:45:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-23 13:45:38 +0200 |
commit | 1cbb3be18d3fe7d21e6f701d1bfbdfef55ff8e15 (patch) | |
tree | fe1643b78109d501f4ae6a16ed86bd74fc4a108b /README_d/README.macosx | |
parent | 83bda11fb93706c35c5a7f2825d8037faa4a6a53 (diff) | |
parent | 6a92d47d1d95ead34e04c7f84fef729f59790c5d (diff) | |
download | egawk-1cbb3be18d3fe7d21e6f701d1bfbdfef55ff8e15.tar.gz egawk-1cbb3be18d3fe7d21e6f701d1bfbdfef55ff8e15.tar.bz2 egawk-1cbb3be18d3fe7d21e6f701d1bfbdfef55ff8e15.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'README_d/README.macosx')
-rw-r--r-- | README_d/README.macosx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README_d/README.macosx b/README_d/README.macosx index f147d4af..de9305de 100644 --- a/README_d/README.macosx +++ b/README_d/README.macosx @@ -1,3 +1,12 @@ +Fri Dec 23 13:42:58 IST 2016 +============================ + +If anyone besides me still has a PowerPC Macintosh, it's no longer +possible to build gawk using MPFR. C99 and the last version of MPFR +that works on that platform don't get along, and I could not solve +the problem. So I simply disabled the MPFR check in configure.ac on +that platform. + Wed Aug 24 21:54:13 IDT 2016 ============================ |