mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
package/glibmm: use GLIBMM_CXXFLAGS
Commit8d8d4ecaf1("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 commit72e0ff66e7) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fe3dc0d407
commit
ecaedd39a8
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user