summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross-sdk_4.1.2.bb
AgeCommit message (Collapse)AuthorFiles
2008-11-21gcc-configure-sdk.inc: Change gxx-include path being passedKhem Raj1
* Make gxx-include paths relative to sysroot and not build time sysroot.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj1
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-06-03Fix an obvious typo in the patch. The variable exported was 'CCP' should ↵Khem Raj1
have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe.
2008-03-29gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵Richard Purdie1
everyone, not just as a slugos specific override.
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-15gcc-cross-sdk: Fixup sdk packaging to be self contained and drop ↵Richard Purdie1
gcc-package-target.inc
2008-03-15gcc: Clean up FILESDIR settings (move to gcc-common.inc)Richard Purdie1
2008-03-15gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ↵Richard Purdie1
lower. There should be no functionality change yet, it just makes that change easier to remove target packaging from cross builds
2008-03-15gcc: Create .inc files for each gcc version and update all .bb files to use ↵Richard Purdie1
these
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-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie1
2007-09-01gcc-cross-sdk-4.1.2: Second try and cleaning up SRC_URI (if this fails for ↵Richard Purdie1
anyone, please post the errors to the list) (from poky)
2007-09-01gcc4-sdk: Use sysroot to workaround various path problems with external ↵Richard Purdie1
toolchains (from Poky)
2007-06-19gcc-cross-sdk: re-introduce SRC_URI hack which seems to be needed on at ↵Koen Kooi1
least my (32bit) debian system
2007-06-16gcc-cross-sdk 4.1.2: Cleanup (from poky)Richard Purdie1
2007-05-16gcc-cross-sdk 4.1.2: remove obsolete patchKoen Kooi1
2007-04-06gcc-cross-sdk: actually add the SRC_URIKoen Kooi1
2007-04-06gcc-cross-sdk: add 4.1.2 with its own SRC_URI to remove zecke-xgcc-cpp and ↵Koen Kooi1
failfast patches