Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-12-10 | gcc-package-cross: Creative relative symbolic link to fortran and only if ↵ | Khem Raj | 1 | |
fortran is available * This patch adds the symbolic link only if fortran is enabled in gcc and secondly it creates them relative and not absolute as they are right now. | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
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_PR | Holger Hans Peter Freyther | 1 | |
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-25 | Change the toolchain build sequence. Helps in reproducable toolchains ↵ | Khem Raj | 1 | |
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-03 | Fix an obvious typo in the patch. The variable exported was 'CCP' should ↵ | Khem Raj | 1 | |
have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe. | ||||
2008-04-22 | gcc-configure-cross.inc: cleanup libstdc++.la for no-fpu builds too | Jeremy Laine | 1 | |
* fixes QA issues seen on powerpc/soft-float machines, for instance libasprintf.la referring to the build directory | ||||
2008-03-29 | gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵ | Richard Purdie | 1 | |
everyone, not just as a slugos specific override. | ||||
2008-03-27 | merge of '58892f8690878f7ed6658262c62e3515f83d248a' | Richard Purdie | 1 | |
and 'd9f628bbbe62d8fe9b1dfa860de027f41eb7ef11' | ||||
2008-03-27 | gcc-4.x: Cleanup and standardise the compiler configuration flags, fixing ↵ | Richard Purdie | 1 | |
various bugs in the 4.1.x and 4.0.x versions. Broken libssp and libmudflap libraries should no longer be staged into cross. | ||||
2008-03-26 | gcc 4.2.1: Fix ICE that occurs with AVR32 gcc, especially when compiling ↵ | Geoffrey Wossum | 1 | |
OpenSSH. Mainly just applies patch for gcc pr32889. Since this ICE was first reported on the debian-gcc list (see http://lists.debian.org/debian-gcc/2007/10/msg00306.html), and was actually report for the HPPA, this patch might be desireable for other architectures. This patch showed in mainline gcc 4.2.3 See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32889 for mor info | ||||
2008-03-17 | gcc: Handle ARCH_FLAGS_FOR_TARGET option for gcc 4.1/4.2 correctly | Richard Purdie | 1 | |
2008-03-16 | gcc: Move old style gcc*build*.inc includes into ↵ | Richard Purdie | 1 | |
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-15 | gcc-cross: Drop gcc-package-target.inc, gcc-package-cross overrides or sets ↵ | Richard Purdie | 1 | |
everything needed | ||||
2008-03-15 | gcc: Add gcc-cross4.inc and convert gcc-cross_4* recipes to use it | Richard Purdie | 1 | |
2008-03-15 | gcc: Clean up FILESDIR settings (move to gcc-common.inc) | Richard Purdie | 1 | |
2008-03-15 | gcc: Move PR settings to obvious places (not .inc files) | Richard Purdie | 1 | |
2008-03-15 | gcc: Add gcc-cross.inc taking some common code from all gcc-cross packages | Richard Purdie | 1 | |
2008-03-15 | gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ↵ | Richard Purdie | 1 | |
lower. There should be no functionality change yet, it just makes that change easier to remove target packaging from cross builds | ||||
2008-03-15 | gcc: Create .inc files for each gcc version and update all .bb files to use ↵ | Richard Purdie | 1 | |
these | ||||
2008-03-14 | gcc3-build-cross.inc: don't add -lgcc_s for avr32 | Koen Kooi | 1 | |
2008-03-14 | gcc 4.2.1: update avr32 patches | Geoffrey Wossum | 1 | |
2008-02-28 | gcc: Enable sysroot options, hacking around path layout issues for now. This ↵ | Richard Purdie | 1 | |
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-12-03 | gcc: replace non-functional block o'python with working overrides | Koen Kooi | 1 | |
2007-11-30 | Disable libssp libgomp and libmudflap in cross gcc 4.2.x | Khem Raj | 1 | |
2007-10-29 | Remove final references to BUILD_SYS in staging paths | Richard Purdie | 1 | |
2007-10-07 | gcc/gcc-cross_4.2.1.bb : de-koen the gcc-cross so if you wish to cause anyone | Graeme Gregory | 1 | |
pain for PR bump then aim at koen :-) | ||||
2007-10-06 | gcc 4.2.1: make maverick stuff ep93xx specific | Koen Kooi | 1 | |
2007-09-29 | gcc-cross: Update paths to reference staging instead of cross (from poky), ↵ | Richard Purdie | 1 | |
bump PR to make sure gcc-cross reinstalls after cross changes to ensure everything works correctly | ||||
2007-09-19 | gcc: change the way to package fortran, reduce spurious variables, make ↵ | Koen Kooi | 1 | |
missing fortran files non-fatal | ||||
2007-09-19 | gcc(-cross): enable fortran for arm/EABI, thanks to Alain for showing and ↵ | Koen Kooi | 1 | |
testing the patch | ||||
2007-09-09 | gcc 4.2: fix uclibc compilation, closes #2959 | Petr Stetiar | 1 | |
2007-08-30 | gcc 4.2.1: add patches for maverick crunch on ep93xx (That's an FPU) | Koen Kooi | 1 | |
2007-08-27 | gcc 4.2.1: add extra patches for uclibc build | Koen Kooi | 1 | |
* uclibc still dislike 4.2.1, but it fails in a different place now | ||||
2007-07-25 | gcc: 4.2.0 has a bug, so replace it with 4.2.1 | Koen Kooi | 1 | |
* one minor uclibc patch needs to get refreshed, but we can nick that from buildroot in a few days |