|
@@ -23,7 +23,7 @@ KF5_KCOREADDONS_CONF_OPTS = -DCMAKE_CXX_FLAGS="$(KF5_KCOREADDONS_CXXFLAGS)"
|
|
|
|
|
|
ifeq ($(BR2_microblaze),y)
|
|
ifeq ($(BR2_microblaze),y)
|
|
# Microblaze ld emits warnings, make warnings not to be treated as errors
|
|
# Microblaze ld emits warnings, make warnings not to be treated as errors
|
|
-KF5_KCOREADDONS_CONF_OPTS = -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-fatal-warnings"
|
|
|
|
|
|
+KF5_KCOREADDONS_CONF_OPTS += -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-fatal-warnings"
|
|
endif
|
|
endif
|
|
|
|
|
|
$(eval $(cmake-package))
|
|
$(eval $(cmake-package))
|