From 989f1b58fa10cea67d1003ea9556e3debe33b7d6 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 23 Jan 2018 16:47:45 +0000 Subject: COMPMID-857 ARMCV Failure to Build on RHEL platform Change-Id: I134cdfcee3cfc39d122d21038666021d1989dea1 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/117348 Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConscript') diff --git a/SConscript b/SConscript index c9f6d0821e..80b88ce095 100644 --- a/SConscript +++ b/SConscript @@ -126,7 +126,7 @@ def create_version_file(target, source, env): arm_compute_env = env.Clone() # Don't allow undefined references in the libraries: -arm_compute_env.Append(LINKFLAGS=['-Wl,--no-undefined','-Wl,--no-allow-shlib-undefined']) +arm_compute_env.Append(LINKFLAGS=['-Wl,--no-undefined']) generate_embed = [ arm_compute_env.Command("src/core/arm_compute_version.embed", "", action=create_version_file) ] arm_compute_env.Append(CPPPATH =[Dir("./src/core/").path] ) -- cgit v1.2.1