commit | 25400090b1e20b4c98d72f3e427257435c9c0b91 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Tue May 19 13:21:23 2015 -0500 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed May 27 08:39:16 2015 +0900 |
tree | 981f76b39547473d63519d35246f9000d853a01b | |
parent | 2559cd89613e3756288e25642f89e9896083b42a [diff] |
moveconfig: Print a message for missing compiler A common case for failed builds is a missing compiler. Print a message for that case to tell the user concisely which compiler was expected that was not found. This patch also has the effect of not printing build errors any longer. The next patch will add a switch to optionally bring that back. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>