Replace build/prebuild/ninja-linux64 by a statically linked equivalent.
authorAntonio Gomes <a1.gomes@samsung.com>
Fri, 27 Feb 2015 18:22:19 +0000 (10:22 -0800)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
That will allow ninja-linux64 to be used by both
x64-86 and ARM64 builds.
Otherwise, when using the currently dynamically linked
version in ARM64 builds, the follow error happens:

[XXs] + build/prebuild/ninja-linux64 -j16 -Cout.tv.i386/Release <target list>
[XXs] line 85: build/prebuild/ninja-linux64: No such file or directory

NOTE: Binary is the same available in dev/master branch made
by Piotr Tworek <p.tworek@samsung.com>. For more information,
check http://165.213.202.130:8080/#/c/73132/.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=11564
Reviewed by: Balazs Kelemen, arno renevier

Change-Id: I0f9069c2d9b9f51c519f97ca782426b878255af1
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/build/prebuild/ninja-linux64

index b251964..ab58341 100755 (executable)
Binary files a/tizen_src/build/prebuild/ninja-linux64 and b/tizen_src/build/prebuild/ninja-linux64 differ