Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-08-06 | packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPP | Holger Freyther | 20 | |
GCC compiles the xgcc cross compiler and will compile target libraries e.g. libstdc++. It uses autoconf to configure the target libraries which uses /usr/bin/cpp to determine the presence of host includes. By using xgcc we will not risk to include /usr/include to find standard headers. If we do our cross compile check will hit. The gcc 3.4 series patch only addresses target-libstdc++ where the gcc3.3 and gcc4 series patch all targets | ||||
2006-08-05 | packages/gcc: require the right files, add a gcc4-build-sdk (review please) | Holger Freyther | 4 | |
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. | ||||
2006-08-05 | packages/gcc: Use require instead of include for the 'base' files | Holger Freyther | 41 | |
2006-08-04 | Added patch (from gcc fix for bug 27363). This makes alsa work with gcc 4.1.1 | Frans Meulenbroeks | 3 | |
(after this at least the pcm module needs to be compiled and reloaded) | ||||
2006-07-31 | gcc: make fortran switches behave like the java switches to battle the 'g++ ↵ | Koen Kooi | 3 | |
disappeared' symptoms | ||||
2006-07-23 | gcc 4.1.1: fix build troubles | Koen Kooi | 1 | |
2006-07-21 | gcc3-build.inc: allow JAVA to be overridable inside recipes using this .inc | Koen Kooi | 2 | |
gcc_4.1.1.bb: Remove use of gcc4-build.inc, document java and fortran bits a bit | ||||
2006-07-03 | gcc-cross: bump pr | Koen Kooi | 2 | |
2006-07-03 | gcc: add eabi to atexit cases gcc3-build.inc and bump pr for affected toolchains | Koen Kooi | 3 | |
2006-06-27 | gcc 4.1.1: raise default pref since it has proven to be working quite well | Koen Kooi | 1 | |
2006-06-19 | gcc 4.1.1 added uclibc patches to gcc 4.1.1 (see README file) | Frans Meulenbroeks | 17 | |
added patches for thumb (but still not good enough to compile uclibc) | ||||
2006-06-10 | gcc-4.1.1: added patch for configure to compile with the right target flags | Frans Meulenbroeks | 3 | |
(copied from 3.4.4). bumped PR for both 4.1.1 bb files | ||||
2006-06-04 | gcc 4.1.1: added patch for big endian | Frans Meulenbroeks | 3 | |
2006-05-31 | gcc - ${TARGET_PREFIX}gcov are useful for cross code coverage analysis. | Raymond Danks | 11 | |
Cleanup some errors in packaging when certain files do not exist. Add GCOV_PREFIX* cross-profiling patches. Pass in GFORTRAN_FOR_TARGET for cross builds. | ||||
2006-05-27 | gcc 4.0.2: Fix DEPENDS (from poky) | Richard Purdie | 1 | |
2006-05-25 | gcc 4.1.1: but the zecke patch in the right dir. I suck | Koen Kooi | 6 | |
2006-05-25 | gcc 4.1.1: unbreak SRC_URI | Koen Kooi | 1 | |
2006-05-25 | gcc: add gcc 4.1.1 toolchain | Koen Kooi | 14 | |
2006-05-21 | gcc 4.0.2 disable fortran here as well | Michael Lauer | 1 | |
2006-05-16 | packages/gcc: | Holger Freyther | 12 | |
Hack to make me rich and famous. Patch versions 3.4.4, 4.0.0, 4.0.2, 4.1.0, 4.1.0-snapshot, 4.2-snapshot and activate the hack when cross compiling. gcc will abort if you call it with -I/usr/include or -I/opt/include or -I/sw/include. Apply the patch when fail-fast is in the OVERRIDES | ||||
2006-05-14 | gcc: add gcc_4.2-20060513.bb, which is needed for gcc-cross, but doesn't ↵ | Koen Kooi | 1 | |
build (yet) | ||||
2006-05-14 | add latest gcc 4.2 snapshot for gcc-cross | Koen Kooi | 6 | |
2006-05-12 | gcc3-build.inc: disable JAVA for sh3. fixes #977 | Michael Lauer | 1 | |
2006-05-04 | gcc-csl-2005q3: Add missing patch | Richard Purdie | 1 | |
2006-04-30 | packages/gcc/gcc-4.0.2: | Holger Freyther | 2 | |
HACK to workaround an issue in using gcc -E as cpp for the cross compiler for libmudflap, libstdc++ and other libs. AC_CHECK_HEADERS will think it can use host headers, we simply hack around this for now | ||||
2006-04-30 | packages/gcc/gcc 4.0.2: | Holger Freyther | 7 | |
Apply uclibc patches from the uclibc buildroot. All these patches are guarded with #ifdefs and should not effect other configurations. | ||||
2006-04-24 | gcc-package: apply patch form #851 to 'fix' building of gcc-4.x | Koen Kooi | 1 | |
2006-04-11 | gcc arm-csl-2005q3: Add patch to fix 64 bit comparison problem | Richard Purdie | 1 | |
2006-04-10 | gcc: Remove broken csl versions replacing with a floating cvs version and a ↵ | Richard Purdie | 8 | |
working 2005q3 csl release. | ||||
2006-03-16 | gcc-cross 4.1.0: add fix for the mpfr problem, courtesy Philipp Zabel | Koen Kooi | 1 | |
2006-03-16 | gcc 4.1.0: disable fortran since it is breaking the build | Koen Kooi | 1 | |
2006-03-16 | gcc-cross-sdk: add 4.1.0 | Koen Kooi | 1 | |
2006-03-14 | gcc 4.1.0: turn off building of libssp | Koen Kooi | 1 | |
2006-03-14 | Pushing gcc 4.1.0 after a short review. | Joseph Cole | 7 | |
Not sure if it builds, leaving preference at "-1". See OE bug #378. Thanks to Bernhard Rosenkraenzer for the submission. See OE bug #773. | ||||
2006-03-04 | gcc-cross-sdk: Add 3.4.4 | Florian Boor | 1 | |
2006-03-03 | gcc: add 4.1 | Koen Kooi | 7 | |
* ldflags.patch needs to be more thorough, you need to insert the patch to staging_incdir manually for now * default_preference is real low because of the above * this one has the necessary eabi bits | ||||
2006-02-22 | packages/gcc/gcc3-build-cross.inc: | Holger Freyther | 1 | |
-gcc4.0.2 gcj installs the libgcj-4.0.2.jar into the share directory. We want it to remain there. | ||||
2006-02-14 | gcc-cross-sdk: Move common data into sdk .inc files. Add gcc-cross-sdk-3.4.3. | Richard Purdie | 4 | |
2006-02-12 | gcc-cross 3.3.4: Use generic includes instead of repeating code (the code is ↵ | Richard Purdie | 1 | |
equivalent but the .inc files contain fixes) | ||||
2006-02-07 | gcc: change _nslu2 override to _slugos+_unslung in gcc3-build.inc | John Bowler | 1 | |
glibc: change _nslu2 override to _unslung in 2.2.5 - these overrides are out of date or wrong | ||||
2006-01-14 | slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in conf | John Bowler | 2 | |
- rather than build nslu2-kernel or nas100d-kernel slugos-image now builds ixp4xx-kernel, the generic kernel. ixp4xx is now used as the normal MACHINE override, even though MACHINE itself is still set to nslu2 or nas100d (or ixp4xx). | ||||
2006-01-07 | Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵ | Richard Purdie | 3 | |
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup. | ||||
2005-12-14 | gcc-cross-initial: add 4.0.2 | Richard Purdie | 1 | |
2005-12-14 | merge of 4648f865a842cefe397db73feeab9f094661b71c | Holger Freyther | 1 | |
and 95588e59115518a149f9b537e1682e031b795891 | ||||
2005-12-13 | gcc_csl-arm, gnu-config, orinoco-modules, quilt: cvs.sv.(non)gnu.org move | Philipp Zabel | 1 | |
- Fix for bug 523. | ||||
2005-12-09 | packages/gcc/gcc-package-cross.inc: | Holger Freyther | 1 | |
Apply patch from Andreas Oberritter to use the right path for libgcc_s.so.* when striping. | ||||
2005-11-14 | gcc: Add version 4.0.2. Known to at least compile code on softfloat arm. | Richard Purdie | 6 | |
2005-09-22 | gcc_3.4.4: updated thumb patches | John Bowler | 7 | |
The four previous thumb related patch files have been combined into one and simplified. Additional problems with call_via_rX functions being called via the PLT have been fixed (the functions can no longer be called this way - they are hidden). Unnecessary adds of exports of these functions from libgcc have been removed. | ||||
2005-09-10 | gcc_3.4.4: fix the native build on ucslugc by using arm, not thumb | John Bowler | 1 | |
For some reason a thumb built gcc 3.4.4 fails to produce functional executables even when linked dynamically (i.e. even when next to none of the code in the resultant executable comes from the compiler itself). This requires further investigation (or maybe the csl gcc), this commit changes the build to generate arm even on thumb systems as a temporary fix. | ||||
2005-09-09 | gcc(libgcc_s.so.1): fix the arm interwork _call_via_rX out of line ops | John Bowler | 3 | |
The interworking symbols were being built but not exported from libgcc (i.e. they were not in the version file), added a specific version file for them and updated t-linux. Forced the cross build to always generate ARM instructions (the thumb version does not currently work), bumped PRs. |