From 52172b87063dda672849cf4d9e0ae416b24d7fc5 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 14 Dec 2016 23:47:44 -0500 Subject: [PATCH] minor documentation update to reflect new versions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d1fc8c..58e56ff 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,5 @@ They should also be usable with Gregor's original musl-cross or other build systems, if desired. Some functionality (SH/FDPIC, and support for J2 specific features) is -presently only available with gcc 5.2.0 and binutils 2.25.1. +presently only available with gcc 5.2.0 and later, and binutils 2.25.1 +and later.