Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-07-01 | gcc 4.2.2: add more avr32 patches. | Koen Kooi | 1 | |
* an image compiled from scratch boots straight into X, although the avahi seggault is still there | ||||
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-05-15 | gcc-cross 4.2.2, 4.3.0, csl 2008q1: enable libssp and teach ↵ | Koen Kooi | 1 | |
gcc-package-cross.inc to package it | ||||
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 | 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-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-02 | extra big endian patch to create binaries with a correct ELF header. | Derek Young | 1 | |
2008-02-29 | gcc-cross_4.2.2 -> resynchronize PR to match recently modified gcc_4.2.2 | Derek Young | 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 | ||||
2008-01-17 | * Use static linking for mpfr/gmp instead of the rpath. This avoid the layering | Holger Freyther | 1 | |
violation and makes sure that gcc-cross-sdk will build as well. * For gcc4.3 we need to look at the gmp/mpfr again as they will be required for everything and not just gfortran * Apply a patch to gcc_4.2.2 but only if we want to build gcc. We want to be able to use arm-angstrom-linux-gnueabi-gfortran and the GF="$(GFORTRAN)" would have set the fortran to 'gfortran' and we ended up with a build error. Some more experiments with GFORTRAN_FOR_TARGET are needed. | ||||
2008-01-16 | gcc_4.2.2.bb: add patch for powerpc e300c2 and e300c3 cores | Jeremy Laine | 1 | |
2008-01-15 | packages/gcc/gcc-cross_4.2.2: Attempt to fix the fortran issue | Holger Freyther | 1 | |
f951 was not executable because libmpfr and libgmp which were build by OpenEmbedded were not found. They resist in the staging lib directory and we do not have the LD_LIBRARY_PATH set. --enable-rpath for gcc was not an option, as we would have difficulties to say which path would be checked (we install to cross and not staging). Attempt to set an rpath when linking to mpfr/gmp. We pass --with-mpfr to the gcc-cross, patch the configure to add an -Wl,-rpath, to gmplibs, this gets set to GMPLIBS, which gets replaced to HOST_GMPLIBS in the Makefile inside the builddir, which will be used when linking the f951 utility. | ||||
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-10 | gcc: add 4.2.2 | Koen Kooi | 1 | |