Age | Commit message (Collapse) | Author | Files |
|
gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work).
|
|
gcc-cross-sdk builds and fixes some of the ways the gcc-cross-builds can fail.
|
|
ABI change.
This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild.
|
|
fixes the sdk version to use the correct sysroot which is important for ease of use of SDKs and standalone toolchains. This change means a gcc rebuild unfortunately
|
|
toolchains (from Poky)
|
|
|
|
|
|
The gcc 4.1.x sdk tries to require gcc4-build-sdk.inc which
doesn't exist. Copy the gcc3-build-sdk.inc and ask florian to
verify it.
|