aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
blob: 2d4358acee63cf45dbb3f739e800ae60ad0e1c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
INSANE_SKIP:${PN}:append:sdkmingw32 = " staticdev"
# Disable C++-20 modules features as the needed tools do not build for mingw
EXTRA_OECONF:append:sdkmingw32 = " --disable-nls --disable-c++-tools"
LDFLAGS:append:sdkmingw32 = " -Wl,-static"
EXEEXT:sdkmingw32 = ".exe"
ELFUTILS:sdkmingw32 = ""
DEPENDS:remove:sdkmingw32 = "nativesdk-gettext"

# With plugins enabled, it will output 'dll.a' files that are mistaken
# for ELF which can trigger a failure.  Simply avoid processing these
# to avoid the error condition.
INHIBIT_PACKAGE_DEBUG_SPLIT = '1'