Unify LD versions for Tizen repositories by adding " Linaro 2015_01-2" 78/64878/5 tizen_base_old accepted/tizen/base/20160504.195907 submit/tizen_base/20160503.033054
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
Wed, 4 Nov 2015 13:52:34 +0000 (14:52 +0100)
committerHyung-Kyu Choi <hk0110.choi@samsung.com>
Mon, 2 May 2016 11:25:15 +0000 (04:25 -0700)
commit5b04d961aae2c05eb0fe7b1d228c320eb554ebd9
tree9732544e8e542d39f44aa73337d570ffc4fc6aaa
parent76561e5100e604b6b925304e463ac24a1ee6989c
Unify LD versions for Tizen repositories by adding " Linaro 2015_01-2"

Fix detection of GNU LD version in GCC's scripts

GCC's configure scripts are confused by YYYY.MM format of Linaro releases
and mistake YYYY for major version (currently 2) and MM for minor version
(currently 25).  This, in turn, makes GCC think that GNU LD doesn't support
plugins, which disables -fuse-linker-plugin functionality used by LTO.

This problem was already fixed before, and there is a comment about avoiding
"." in the BFD_VERSION_STRING, but, for reasons I can't explain, the problem
occurred again.  So fixing it ... again.

Change-Id: Ic255a09f384c22fa92cde620ad4567fb8715a331
bfd/version.h [changed mode: 0644->0755]