summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc4-build-sdk.inc
AgeCommit message (Collapse)AuthorFiles
2008-03-16gcc: Move old style gcc*build*.inc includes into ↵Richard Purdie1
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).
2008-03-05gcc4-build-sdk.inc: This fixes up some differences between gcc-cross and ↵Richard Purdie1
gcc-cross-sdk builds and fixes some of the ways the gcc-cross-builds can fail.
2008-03-04Change staging layout to match the target system layout. WARNING - staging ↵Richard Purdie1
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.
2008-02-28gcc: Enable sysroot options, hacking around path layout issues for now. This ↵Richard Purdie1
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
2007-09-01gcc4-sdk: Use sysroot to workaround various path problems with external ↵Richard Purdie1
toolchains (from Poky)
2007-05-17gcc4-build-sdk: fix USE_NLSKoen Kooi1
2006-11-14gcc4-build-sdk.inc: remove gcc3 patchKoen Kooi1
2006-08-05packages/gcc: require the right files, add a gcc4-build-sdk (review please)Holger Freyther1
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.