From d8a6f7bbf636a843c8c5087cf258af7f830a4285 Mon Sep 17 00:00:00 2001 From: Jonathan Hudson Date: Fri, 30 Mar 2018 12:48:25 +0100 Subject: [PATCH] minor version clarification to Ubuntu doc --- docs/development/Building in Ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/Building in Ubuntu.md b/docs/development/Building in Ubuntu.md index 6fd9066604..6ebf0113b6 100644 --- a/docs/development/Building in Ubuntu.md +++ b/docs/development/Building in Ubuntu.md @@ -54,7 +54,7 @@ sudo apt install gcc-arm-none-eabi # Using the PPA compiler -For releases prior to 17.04, the PPA compiler is used. This can be used on releases post 17.04 if you really wish to have a newer compiler than the distro default. +For releases prior to (and perhaps including) 17.04, the PPA compiler is used. This can be used on releases post 17.04 if you really wish to have a newer compiler than the distro default. ``` sudo apt-get remove binutils-arm-none-eabi gcc-arm-none-eabi