|
@@ -293,8 +293,8 @@ define QT5BASE_CONFIGURE_CMDS
|
|
-nomake tests \
|
|
-nomake tests \
|
|
-device buildroot \
|
|
-device buildroot \
|
|
-device-option CROSS_COMPILE="$(TARGET_CROSS)" \
|
|
-device-option CROSS_COMPILE="$(TARGET_CROSS)" \
|
|
- -device-option BR_COMPILER_CFLAGS="$(TARGET_CFLAGS) $(QT5BASE_EXTRA_CFLAGS)" \
|
|
|
|
- -device-option BR_COMPILER_CXXFLAGS="$(TARGET_CXXFLAGS) $(QT5BASE_EXTRA_CFLAGS)" \
|
|
|
|
|
|
+ -device-option BR_COMPILER_CFLAGS="$(TARGET_CFLAGS)" \
|
|
|
|
+ -device-option BR_COMPILER_CXXFLAGS="$(TARGET_CXXFLAGS)" \
|
|
$(QT5BASE_CONFIGURE_OPTS) \
|
|
$(QT5BASE_CONFIGURE_OPTS) \
|
|
)
|
|
)
|
|
endef
|
|
endef
|