From ce8f98b15cfa686de845dfa6d0e256ed9484681c Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Sat, 2 Sep 2017 00:35:56 +0900 Subject: [PATCH] packaging: provide libasan(64bit) on 32bit build env This is needed as it requires 64bit libs into i586 repo, sometimes. (e.g, .NET toolchain asan build). Change-Id: Ia18f132b19e8552b347132531f3e12000aa34514 Signed-off-by: Dongkyun Son --- packaging/baselibs.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index c1a4523..a821103 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -3,3 +3,5 @@ libstdc++ targettype 32bit block! libgcc targettype 32bit block! +libasan + targettype 32bit block! -- 2.7.4