Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-08-11 | gcc configure common: disable objective-c, it ICEs gcc-cross | Koen Kooi | 1 | |
2008-08-06 | gcc{-cross}_4.2.4: bump PR | Phil Blundell | 2 | |
2008-08-06 | gcc: enable Objective-C | Phil Blundell | 1 | |
2008-08-06 | gcc-4.2.4: re-enable libgomp | Phil Blundell | 1 | |
2008-08-02 | gcc-cross-intermediate: remove dummy libc.so *after* staging, since do_stage ↵ | Koen Kooi | 1 | |
will fail with "cannot find -lc" if it's removed beforehand. This does contradict this part of the commit message of the previous change: "This fix deletes the dummy libc.so before gcc-intermediate is staged. Because the main purpose of dummy libc.so is to get gcc-intermediate built with shared lib support. Ideally this libc.so should be deleted right after do_configure of gcc-intermediate but gcc's configure is spread across and some configure stuff happens during compile step. Therefore its best to delete this libc.so after the compile step is done." I don't have a better solution that this one. | ||||
2008-08-01 | Delete dummy libc.so that was created during glibc-initial step. | Khem Raj | 1 | |
This library is overwritten by a linker script file called libc.so during complete glibc install so the packaged built after glibc is staged are fine. But the binaries/libraries that build with glibc and depend on libc.so in some form see this dummy libc.so and gets things wrong. This fix deletes the dummy libc.so before gcc-intermediate is staged. Because the main purpose of dummy libc.so is to get gcc-intermediate built with shared lib support. Ideally this libc.so should be deleted right after do_configure of gcc-intermediate but gcc's configure is spread across and some configure stuff happens during compile step. Therefore its best to delete this libc.so after the compile step is done. | ||||
2008-07-26 | gcc-cross-kernel: make installdirs before install-common | Phil Blundell | 1 | |
2008-07-25 | Change the toolchain build sequence. Helps in reproducable toolchains ↵ | Khem Raj | 73 | |
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-07-22 | Fix ARCH_FLAGS_FOR_TARGET and --with-build-sysroot on gcc 4.3.1. | Khem Raj | 4 | |
We use ARCH_FLAGS_FOR_TARGET to overcome a bug in --with-build-sysroot implementation where it does not pass LDFLAGS_FOR_TARGET and CPPFLAGS_FOR_TARGET to libstdc++ during build. | ||||
2008-07-12 | gcc csl 2007q3: add patch to fix segfaults when using -Os | Koen Kooi | 4 | |
2008-07-01 | gcc 4.2.2: add more avr32 patches. | Koen Kooi | 6 | |
* an image compiled from scratch boots straight into X, although the avahi seggault is still there | ||||
2008-06-13 | gcc-cross-kernel.inc: depend on gcc-cross to get all the paths in ↵ | Koen Kooi | 1 | |
staging/cross in the right place for the build | ||||
2008-06-13 | gcc-cross-kernel.inc: create some dirs before installing into them | Koen Kooi | 1 | |
2008-06-12 | gcc-cross-kernel: add 4.2.4 and csl-2007q3 | Koen Kooi | 2 | |
2008-06-11 | gcc 4.3.1: fix NEON ice: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36500 | Koen Kooi | 4 | |
2008-06-10 | gcc 4.3.0: replace with gcc 4.3.1 | Koen Kooi | 151 | |
2008-06-05 | gcc* 4.3.0: --enable-cheaders=c_std | Koen Kooi | 2 | |
2008-06-03 | Fix an obvious typo in the patch. The variable exported was 'CCP' should ↵ | Khem Raj | 52 | |
have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe. | ||||
2008-06-02 | gcc-cross-inital-4.3.0: fix DEPENDS | Henning Heinold | 1 | |
* in gcc-4.2 a missing gmp.h is just a warning in gcc-4.3.0 it is an error * gcc-cross-inital.inc is overwriting DEPENDS so gmp-native and mpfr-native from gcc-cross4.inc is not in DEPENDS for gcc-cross-initial * for now put in the .bb self, but someone should step up and fix the whole gcc-recipes in a saner way | ||||
2008-05-29 | Add -frename-registers fix to GCC 4.3.0 | Khem Raj | 3 | |
2008-05-28 | gcc 4.2.4: another point release in the 4.2 series | Koen Kooi | 77 | |
2008-05-18 | gcc: add gcc csl 2007q3 | Koen Kooi | 6 | |
2008-05-16 | gcc-3.4.6: Add missing file | Richard Purdie | 1 | |
2008-05-16 | Add gcc 4.2.3 and gcc 3.4.6-native from Poky | Richard Purdie | 102 | |
2008-05-15 | gcc-cross 4.2.2, 4.3.0, csl 2008q1: enable libssp and teach ↵ | Koen Kooi | 7 | |
gcc-package-cross.inc to package it | ||||
2008-05-13 | gcc csl 2008: remove ldflags.patch that does the wrong thing, disable ↵ | Koen Kooi | 2 | |
multilib, and remove some more patches | ||||
2008-05-12 | gcc 4.3.0: add symlink hack to get the right includes to glibc | Koen Kooi | 1 | |
2008-05-12 | gcc csl 2008q1: make it look more like other gcc recipes | Koen Kooi | 7 | |
2008-05-11 | gcc csl 2008q1: add some OE sanity patches and fix EXTRA_OECONF | Koen Kooi | 7 | |
2008-05-11 | gcc: add skeleton for the CSL 2008q1 release of gcc, based on gcc 4.2.3 | Koen Kooi | 4 | |
2008-04-29 | gcc-4.2.2: Add AVR32 patch 1.0.9 from Atmel. | Geoffrey Wossum | 3 | |
2008-04-22 | gcc-configure-cross.inc: cleanup libstdc++.la for no-fpu builds too | Jeremy Laine | 6 | |
* fixes QA issues seen on powerpc/soft-float machines, for instance libasprintf.la referring to the build directory | ||||
2008-04-13 | gcc 4.3.0: apply more patches, the most notable doing: "Automatically check ↵ | Koen Kooi | 3 | |
reproducability of ICE (if possible) and prepare testcase if reproducible" * It sadly does nothing if your ICE is a segfault :( | ||||
2008-04-11 | gcc 4.3.0: add all patches from debian and fedora into their respective ↵ | Koen Kooi | 108 | |
subdirs and apply a few. | ||||
2008-04-03 | gcc-package-target.inc: some vendor patched gccs don't have an libgcc_s.so, ↵ | Koen Kooi | 1 | |
so don't error out if it's missing | ||||
2008-03-29 | gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵ | Richard Purdie | 37 | |
everyone, not just as a slugos specific override. | ||||
2008-03-27 | merge of '58892f8690878f7ed6658262c62e3515f83d248a' | Richard Purdie | 23 | |
and 'd9f628bbbe62d8fe9b1dfa860de027f41eb7ef11' | ||||
2008-03-27 | gcc-package-cross.inc: Only provide the packaged libraries, not the ↵ | Richard Purdie | 1 | |
corresponding -dev packages which are broken and are provided by gcc | ||||
2008-03-27 | gcc-package-target.inc: Package libgfortran-dev if present, don't package ↵ | Richard Purdie | 1 | |
libgcc, libstdc++ or libg2c, these packages from from gcc-cross | ||||
2008-03-27 | gcc-4.x: Cleanup and standardise the compiler configuration flags, fixing ↵ | Richard Purdie | 13 | |
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 | 4 | |
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-26 | gcc-4.*: Set ARM_INSTRUCTION_SET to arm so vfp instructions can be avoided ↵ | Richard Purdie | 3 | |
within libgcc itself (from poky) | ||||
2008-03-26 | gcc: Add csl 2006q1 compiler versions from Poky | Richard Purdie | 5 | |
2008-03-26 | gcc-3.4.4: Add patch to fix jar location from poky | Richard Purdie | 2 | |
2008-03-26 | gcc-cross-kernel-3.4.4-csl-2005q3: Merge fixes from Poky | Richard Purdie | 1 | |
2008-03-17 | gcc-configure-sdk.inc: Fix rather nasty typo | Richard Purdie | 1 | |
2008-03-17 | gcc: add recipes for 4.3.0 - loads of patches missing, only tested against ↵ | Koen Kooi | 45 | |
armv7/glibc-2.6.1/angstrom | ||||
2008-03-17 | gcc: Handle ARCH_FLAGS_FOR_TARGET option for gcc 4.1/4.2 correctly | Richard Purdie | 9 | |
2008-03-16 | gcc: Add missing file | Richard Purdie | 1 | |
2008-03-16 | gcc-cross-kernel: Create common .inc file | Richard Purdie | 4 | |