summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-cross-canadian_4.9.bbappend
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2014-06-27 10:45:16 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-08 09:53:34 +0000
commit7e2e23972e0b93eed7e2164036be3aa657b0e9c6 (patch)
tree680ab8bc77c6f466d2a21345fd96b8a65f0e731d /recipes-devtools/gcc/gcc-cross-canadian_4.9.bbappend
parentaa04ad46bbad56f7a385147bd393b399119187ac (diff)
gcc: Uprev gcc and related to latest version
Uprev gcc to match master, and resync with latest mingw runtime. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools/gcc/gcc-cross-canadian_4.9.bbappend')
-rw-r--r--recipes-devtools/gcc/gcc-cross-canadian_4.9.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-cross-canadian_4.9.bbappend b/recipes-devtools/gcc/gcc-cross-canadian_4.9.bbappend
new file mode 100644
index 0000000..030a9b9
--- /dev/null
+++ b/recipes-devtools/gcc/gcc-cross-canadian_4.9.bbappend
@@ -0,0 +1,6 @@
+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"