commit | 2b52e2a67c86b0714eeae0d2030cb7fc14737626 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Aug 27 12:07:37 2018 +0900 |
committer | Vineet Gupta <vgupta@synopsys.com> | Thu Aug 30 17:51:44 2018 -0700 |
tree | 8c4f0897817d4d22865d5337796b9c47c01074a5 | |
parent | c27d0e9045bbbabffdde2bdba74e9971c4194ac4 [diff] |
arc: remove redundant GCC version checks Commit cafa0010cd51 ("Raise the minimum required gcc version to 4.6") bumped the minimum GCC version to 4.6 for all architectures. With GCC >= 4.6 assumed, 'upto_gcc44' is empty, 'atleast_gcc44' is y. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>