From 9fbc30c3a6d471a7ba59b100298522d65719c9bf 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: I7b4e4820a7d4c3246bfb9c1d447866fbd9016cda 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