Fixes make test errors with clang compiler on aarch64 97/12697/3
authorSirshak Das <sirshak.das@arm.com>
Fri, 18 May 2018 18:14:52 +0000 (13:14 -0500)
committerDamjan Marion <dmarion.lists@gmail.com>
Sun, 27 May 2018 10:53:49 +0000 (10:53 +0000)
commit41141d505ee3706a610c5345bbf1c91ea7ba9900
tree07ab470aeb71f1c144cd01268aebc8587201892c
parent5e5adb310c5ac19209d3d9fb03094c01b2a29610
Fixes make test errors with clang compiler on aarch64

(VAPI_*BIN).d targets didnt have fake.api.vapi.h* as dependencies
this causes the compilation to proceed before the python script
generates the header files.
Explicit linking of stdc++ is required for clang as errors like
undefined reference to 'new operator' pop up.

Change-Id: I3ca0ef048f392c4a032160ce0e4f7ae759f4c79d
Signed-off-by: Sirshak Das <sirshak.das@arm.com>
Reviewed-by: Brian Brooks <brian.brooks@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
test/ext/Makefile