package/glibmm: use GLIBMM_CXXFLAGS

Commit 8d8d4ecaf1 ("package/glibmm: work
around gcc bug 85180") was incorrect reworked by me, and
TARGET_CXXFLAGS was used instead of GLIBMM_CXXFLAGS, causing the
Microblaze workaround to be ineffective. This new commit fixes this
typo.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 72e0ff66e7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2019-05-24 21:53:24 +02:00 committed by Peter Korsgaard
parent fe3dc0d407
commit ecaedd39a8

View File

@ -19,6 +19,6 @@ ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180),y)
GLIBMM_CXXFLAGS += -O0
endif
GLIBMM_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS)"
GLIBMM_CONF_ENV += CXXFLAGS="$(GLIBMM_CXXFLAGS)"
$(eval $(autotools-package))