aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
blob: 9c0d8280feb59cb26c65edf859396c35922106cd (plain)
1
2
3
4
5
6
7
8
9
10
11
INSANE_SKIP_${PN}_append_sdkmingw32 = " staticdev"
EXTRA_OECONF_append_sdkmingw32 = " --disable-nls"
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'