summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/mesa3d_cross.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/mesa3d_cross.mk b/android/mesa3d_cross.mk
index 470ee3ca101..727aaac32dd 100644
--- a/android/mesa3d_cross.mk
+++ b/android/mesa3d_cross.mk
@@ -202,7 +202,7 @@ define m-c-flags
endef
define filter-c-flags
- $(filter-out -std=gnu++17 -std=gnu99 -fno-rtti, \
+ $(filter-out -std=gnu++17 -std=gnu++14 -std=gnu99 -fno-rtti, \
$(patsubst -W%,, $1))
endef