packaging: provide 64bit libs on 32bit build env
authorChan Lee <chan45.lee@samsung.com>
Mon, 27 Mar 2017 01:30:18 +0000 (10:30 +0900)
committerSlava Barinov <v.barinov@samsung.com>
Thu, 27 Apr 2023 09:06:59 +0000 (12:06 +0300)
In some cases, especially .Net toolchain needs 64bit libs to execute
even though 32bit build environment.
It's a little weird but possble because almost archtecture of build machine is 64bit.

Change-Id: I0d8df53d4743a4fa1b2c00d6aeeeed77e8b964cf
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
packaging/baselibs.conf [new file with mode: 0644]

diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
new file mode 100644 (file)
index 0000000..c1a4523
--- /dev/null
@@ -0,0 +1,5 @@
+arch x86_64 targets i586:64bit
+libstdc++
+  targettype 32bit block!
+libgcc
+  targettype 32bit block!