Mesa (main): Revert "android: define cpp_rtti=false because libLLVM is built w/o RTTI"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 30 22:06:01 UTC 2021


Module: Mesa
Branch: main
Commit: be7a0b23c8bb0ae9c585942fda2928bd1ac1d851
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be7a0b23c8bb0ae9c585942fda2928bd1ac1d851

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Mon Nov 29 21:45:09 2021 +0100

Revert "android: define cpp_rtti=false because libLLVM is built w/o RTTI"

This reverts commit f659d00000a1a3667f9861d01d5828dd12ec6857.
The revert is done because essential Fixes tag was missing
and to apply a better version that could be picked for mesa-stable.

Acked-by: Marijn Suijten <marijn.suijten at somainline.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13901>

---

 android/mesa3d_cross.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/android/mesa3d_cross.mk b/android/mesa3d_cross.mk
index 254f7f8cc82..3e0622159fe 100644
--- a/android/mesa3d_cross.mk
+++ b/android/mesa3d_cross.mk
@@ -93,7 +93,6 @@ MESON_GEN_NINJA := \
 	-Dvulkan-drivers=$(subst $(space),$(comma),$(subst radeon,amd,$(BOARD_MESA3D_VULKAN_DRIVERS)))   \
 	-Dgbm=enabled                                                                \
 	-Degl=enabled                                                                \
-	-Dcpp_rtti=false								\
 
 MESON_BUILD := PATH=/usr/bin:/bin:/sbin:$$PATH ninja -C $(MESON_OUT_DIR)/build
 



More information about the mesa-commit mailing list