qtbase: don't force c++std

Qt already uses c++1z/c++14/c++11 by default.
This commit is contained in:
Mark Brand 2017-06-02 22:41:38 +02:00
parent e682b7b212
commit 13461793aa
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ define $(PKG)_BUILD
PKG_CONFIG_LIBDIR="$(PREFIX)/$(TARGET)/lib/pc" \
./configure \
-opensource \
-c++std c++11 \
-confirm-license \
-xplatform win32-g++ \
-device-option CROSS_COMPILE=${TARGET}- \