diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-02-16 17:26:44 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-16 17:26:44 -0500 |
commit | 957e3d34d286c9b1a38be03cda2f64f483d4cb82 (patch) | |
tree | 0c2a76f9df40267c6d7cf16740552b5938969653 /packages/gcc/gcc-canadian-sdk_4.2.4.bb | |
parent | ab6ba812119aa2fbd9c14a5fd7dc0cca63ed5a12 (diff) |
gcc-canadian-sdk: Fix a problem where we were passing the wrong headers and such as the target ones.
We were accidentially using (and shipping) mingw headers instead of the target ones.
Diffstat (limited to 'packages/gcc/gcc-canadian-sdk_4.2.4.bb')
-rw-r--r-- | packages/gcc/gcc-canadian-sdk_4.2.4.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/gcc/gcc-canadian-sdk_4.2.4.bb b/packages/gcc/gcc-canadian-sdk_4.2.4.bb index 03d9ae364a..ae3245bf7f 100644 --- a/packages/gcc/gcc-canadian-sdk_4.2.4.bb +++ b/packages/gcc/gcc-canadian-sdk_4.2.4.bb @@ -17,13 +17,8 @@ require gcc-package-canadian-sdk.inc SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1 \ file://pr22133-mingw-path-fixup.patch;patch=1 \ file://pr33281-mingw-host-fragment.patch;patch=1 \ - file://pr35916-mingw-__USE_MINGW_ACCESS-everywhere.patch;patch=1" - -ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" - - -SRC_URI_append =+ "\ - file://canadian-build-modules-configure.patch;patch=1 \ + file://pr35916-mingw-__USE_MINGW_ACCESS-everywhere.patch;patch=1 \ + file://canadian-build-modules-configure.patch;patch=1 \ " EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \ |