aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc
AgeCommit message (Collapse)Author
2006-11-14gcc4-build-sdk.inc: remove gcc3 patchKoen Kooi
2006-11-09gcc: Factor get_gcc_fpu_setting() into a common .inc file (removing method ↵Richard Purdie
errors)
2006-11-09gcc 4.1.1: make $JAVA and $FORTRAN actually have an effect on $LANGUAGESKoen Kooi
2006-10-26gcc 4.1.1: bump PRKoen Kooi
2006-10-26gcc 4.1.1: Add patch from Dallas Foley to fix EABI on armv4tKoen Kooi
* no more 'clz' isns in binaries
2006-10-25gcc-cross-sdk: add 4.1.1Koen Kooi
2006-10-18gcc-package-cross.inc: libg2c ins't always present, so don't error out if ↵Koen Kooi
strip has a fit
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-03gcc-cross: bump PRKoen Kooi
2006-10-03gcc-cross: package libgcc-dev (named libgcc-s-dev :(Marcin Juszkiewicz
applied changes from 515587ac4598d7ab78bd946632a31cf94fa79bf8 (.oz354x) through 33d804e082e0702e05818192cfab8a8610605d88
2006-09-08gcc: fix compilation problemsMartin Dietze
* added patch to gcc 3.3.4, see http://mail-index.netbsd.org/netbsd-bugs/2004/06/15/0001.html
2006-08-15merge of '42a6f62802ccaf34d8896404bd4683dc7111232f'Phil Blundell
and '6f8490048134c6e6b72e44c0685e72338477cc2a'
2006-08-15gcc-cross-initial 3.3.4: clobber PACKAGES to avoid shlibs imbroglioPhil Blundell
2006-08-14gcc-package-cross.inc: fix bitbake crashesKoen Kooi
~lart python
2006-08-14gcc-package-cross.inc: set appropriate PACKAGES_DYNAMICKoen Kooi
2006-08-06packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPPHolger Freyther
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-05packages/gcc: require the right files, add a gcc4-build-sdk (review please)Holger Freyther
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-05packages/gcc: Use require instead of include for the 'base' filesHolger Freyther
2006-08-04Added patch (from gcc fix for bug 27363). This makes alsa work with gcc 4.1.1Frans Meulenbroeks
(after this at least the pcm module needs to be compiled and reloaded)
2006-07-31gcc: make fortran switches behave like the java switches to battle the 'g++ ↵Koen Kooi
disappeared' symptoms
2006-07-23gcc 4.1.1: fix build troublesKoen Kooi
2006-07-21gcc3-build.inc: allow JAVA to be overridable inside recipes using this .incKoen Kooi
gcc_4.1.1.bb: Remove use of gcc4-build.inc, document java and fortran bits a bit
2006-07-03gcc-cross: bump pr Koen Kooi
2006-07-03gcc: add eabi to atexit cases gcc3-build.inc and bump pr for affected toolchainsKoen Kooi
2006-06-27gcc 4.1.1: raise default pref since it has proven to be working quite well Koen Kooi
2006-06-19gcc 4.1.1 added uclibc patches to gcc 4.1.1 (see README file)Frans Meulenbroeks
added patches for thumb (but still not good enough to compile uclibc)
2006-06-10gcc-4.1.1: added patch for configure to compile with the right target flagsFrans Meulenbroeks
(copied from 3.4.4). bumped PR for both 4.1.1 bb files
2006-06-04gcc 4.1.1: added patch for big endianFrans Meulenbroeks
2006-05-31gcc - ${TARGET_PREFIX}gcov are useful for cross code coverage analysis.Raymond Danks
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-27gcc 4.0.2: Fix DEPENDS (from poky)Richard Purdie
2006-05-25gcc 4.1.1: but the zecke patch in the right dir. I suck Koen Kooi
2006-05-25gcc 4.1.1: unbreak SRC_URIKoen Kooi
2006-05-25gcc: add gcc 4.1.1 toolchainKoen Kooi
2006-05-21gcc 4.0.2 disable fortran here as wellMichael Lauer
2006-05-16packages/gcc:Holger Freyther
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-14gcc: add gcc_4.2-20060513.bb, which is needed for gcc-cross, but doesn't ↵Koen Kooi
build (yet)
2006-05-14add latest gcc 4.2 snapshot for gcc-crossKoen Kooi
2006-05-12gcc3-build.inc: disable JAVA for sh3. fixes #977Michael Lauer
2006-05-04gcc-csl-2005q3: Add missing patchRichard Purdie
2006-04-30packages/gcc/gcc-4.0.2:Holger Freyther
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-30packages/gcc/gcc 4.0.2:Holger Freyther
Apply uclibc patches from the uclibc buildroot. All these patches are guarded with #ifdefs and should not effect other configurations.
2006-04-24gcc-package: apply patch form #851 to 'fix' building of gcc-4.xKoen Kooi
2006-04-11gcc arm-csl-2005q3: Add patch to fix 64 bit comparison problemRichard Purdie
2006-04-10gcc: Remove broken csl versions replacing with a floating cvs version and a ↵Richard Purdie
working 2005q3 csl release.
2006-03-16gcc-cross 4.1.0: add fix for the mpfr problem, courtesy Philipp ZabelKoen Kooi
2006-03-16gcc 4.1.0: disable fortran since it is breaking the buildKoen Kooi
2006-03-16gcc-cross-sdk: add 4.1.0Koen Kooi
2006-03-14gcc 4.1.0: turn off building of libsspKoen Kooi
2006-03-14Pushing gcc 4.1.0 after a short review.Joseph Cole
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-04gcc-cross-sdk: Add 3.4.4Florian Boor