commit | 589274394942a219e3d03e023ed41f5a47dcee6d | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Jun 26 11:36:34 2020 -0500 |
committer | Tamas Ban <tamas.ban@arm.com> | Thu Jul 02 18:55:01 2020 +0000 |
tree | fb06c642750eb01ab8e4e6aecde92830fc1a87eb | |
parent | 190dbaac9c5d6103c01df0c4f2b61715f8b7213d [diff] |
Build: Fix determing GNUARM_PREFIX on windows We extract the GNUARM_PREFIX from CMAKE_C_COMPILER. On windows that will be something like arm-none-eabi-gcc.exe. So the existing string manipulation would turn that into arm-none-eabi.exe. We need to strip off the .exe as well for this to work correct on windows as well. Change-Id: I98b0d6bb000433f267080147f83d527b9f36ca12 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>