commit | 85fb9a61ff8558e72a2eb8edfdfc218fa3e8bb30 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Feb 17 17:30:38 2018 -0500 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 21 23:42:47 2018 +0100 |
tree | 4298d7099c1018d71f0a0a884fddedf367360418 | |
parent | ca1feec746a5b3a96284d28c6ce348a8581fdb8d [diff] |
sh: Use -m2a-nofpu only Based on reading over the GCC manual, passing both -m2a and -m2a-nofpu are redundant, as -m2a-nofpu will provide functional code for both. As -m2a-nofpu functions with more toolchains and does what is expected, switch. Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Tom Rini <trini@konsulko.com>