mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
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>