From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Kuhls Date: Sat, 05 Oct 2019 16:18:16 +0200 Subject: [Buildroot] [PATCH v2 1/4] package/llvm: add llvm RTTI option References: <20191005094818.1956334-1-romain.naour@gmail.com> Message-ID: <8alm6gxbel.ln2@ID-313208.user.individual.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Am Sat, 05 Oct 2019 11:48:15 +0200 schrieb Romain Naour: > Allow to build LLVM with run-time type information when this feature is > needed (for example) by mesa3d's Gallium Nouveau driver or the Clover > OpenCL state tracker when llvm support is enabled in mesa3d. > > Signed-off-by: Romain Naour > Tested-by: Bernd Kuhls [build-tested using this defconfig: BR2_KERNEL_HEADERS_4_4=y BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_BINUTILS_VERSION_2_30_X=y BR2_GCC_VERSION_5_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_INIT_NONE=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y # BR2_PACKAGE_BUSYBOX is not set BR2_PACKAGE_MESA3D=y BR2_PACKAGE_MESA3D_LLVM=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU=y BR2_PACKAGE_MESA3D_XVMC=y BR2_PACKAGE_MESA3D_OPENGL_GLX=y BR2_PACKAGE_MESA3D_OPENGL_EGL=y BR2_PACKAGE_MESA3D_OPENGL_ES=y BR2_PACKAGE_XORG7=y]