aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-04-20 15:46:21 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:49:54 +0000
commit9fb0cac961f70d1937c5fa3eafeaee1385c89768 (patch)
tree9a8847053f65631e050c231645549adb48c92fb8 /SConscript
parentfda901f0485371e8b6a807c8dd9614560a924793 (diff)
downloadComputeLibrary-9fb0cac961f70d1937c5fa3eafeaee1385c89768.tar.gz
COMPMID-1081: Introduced test-wide instruments
Change-Id: I5831241f3fc503717cc51136453c2bf96d4b420b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/128484 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConscript b/SConscript
index 936fde0f1f..983570b7dc 100644
--- a/SConscript
+++ b/SConscript
@@ -153,9 +153,6 @@ if env["build"] == "embed_only":
arm_compute_env.Append(LINKFLAGS=['-Wl,--no-undefined'])
arm_compute_env.Append(CPPPATH =[Dir("./src/core/").path] )
-if env["os"] not in ["android", "bare_metal"]:
- arm_compute_env.Append(LIBS = ['pthread'])
-
arm_compute_env.Append(LIBS = ['dl'])
core_files = Glob('src/core/*.cpp')