forked from OSSystems/meta-oe
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc-4.6: Update to match gcc restructing in OE-Core
The include file infra in gcc recipes recieved an overhaul on OE-Core. This patch matches the toolchain layer recipes to use the new include files Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Martin Jansa <[email protected]>
- Loading branch information
1 parent
0879762
commit 9f26a42
Showing
4 changed files
with
3 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
require recipes-devtools/gcc/gcc-${PV}.inc | ||
require recipes-devtools/gcc/gcc-cross4.inc | ||
|
||
EXTRA_OECONF += "--disable-libunwind-exceptions \ | ||
--with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ | ||
--with-system-zlib " | ||
|
||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" | ||
require recipes-devtools/gcc/gcc-cross.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
require recipes-devtools/gcc/gcc-${PV}.inc | ||
require recipes-devtools/gcc/gcc-configure-runtime.inc | ||
require recipes-devtools/gcc/gcc-package-runtime.inc | ||
|
||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | ||
|
||
EXTRA_OECONF += "--disable-libunwind-exceptions" | ||
EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | ||
require recipes-devtools/gcc/gcc-runtime.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
require recipes-devtools/gcc/gcc-${PV}.inc | ||
require recipes-devtools/gcc/gcc-configure-target.inc | ||
require recipes-devtools/gcc/gcc-package-target.inc | ||
|
||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | ||
require recipes-devtools/gcc/gcc-target.inc |