summaryrefslogtreecommitdiff
path: root/packages/gcc
AgeCommit message (Collapse)AuthorFiles
2007-03-19gcc-cross: add 4.1.2Koen Kooi1
2007-03-19packages/gcc/gcc-cross_4.1.1.bb: Bump PRStelios Koroneos1
2007-03-15gcc-package.inc: unbreak libgcc packageKoen Kooi1
2007-03-12packages/gcc/gcc_4.1.1.bb :The following set of 2 patches adds support for ↵Stelios Koroneos3
soft-float and mlong-128 to powerpc targets without fpu for gcc 4.1.1/glibc 2.5
2007-03-12packages/gcc/gcc_4.1.1.bb: Make sure that the build machine uses the correct ↵Stelios Koroneos2
site files and not cached values which contain target's data
2007-03-11disapproval of revision 'e7f88b3d1877bd1013495ae0870737c163c6c433'Oyvind Repvik4
2007-03-11gcc: Fix crossbuild issue on x86_64 hosts (4.1.1/4.1.2)Oyvind Repvik4
2007-03-06gcc 4.1.2: drop unused patchesKoen Kooi2
2007-03-06gcc: add 4.1.2, only tested to compile for arm/eabiKoen Kooi29
2007-03-06gcc-package: package more files and attempt to unbreak the case where PV_gcc ↵Koen Kooi1
!= PV_gcc-cross
2007-03-01packages/gcc gcc-4.1.1: fix eabi issues on a bigendian toolchain:Dirk Opfer3
set SUBTARGET_EXTRA_LINK_SPEC to -m armelfb_linux_eabi in case of bigendian
2007-01-31gcc-4.1.1/sh3-installfix-fixheaders.patch : Fix of bug 1525Kristoffer Ericson2
* When running the installation script in gcc it complains about missing the file build/fix-header. Its a known bug that has been fixed upstreams (but no patch). Its not quite clear what fix-header does, but for now we will remove the install lines. * Added SRC_URI_append_sh3 for patch in gcc_4.1.1.bb
2007-01-07gcc3-cross-build.inc: remove spurious spaces Koen Kooi1
2007-01-07gcc3-build-cross.inc: add safeguard for gcc-cross-initialKoen Kooi1
2007-01-07gcc 4.1.1, gcc3-build-cross.inc: fix libsupc++ and libstdc++ la files with ↵Koen Kooi2
some XorA sed magic
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-12-18Remove the CRLF problem in this patch.Andrew Wilcox1
2006-12-18gcc: dropped 4.1-20060217 snapshot - it is unfetchable from GNU mirrorsMarcin Juszkiewicz9
2006-12-16gcc 4.1.1: add patch to fix PR 13685Leon Woestenberg3
2006-12-03merge of '8c4d9d143b3386e8a9e062fd8917459f5b7958a2'Koen Kooi2
and 'd6c00f5b34119df40f96e1c430057fead9087b1a'
2006-12-03gcc 4.1.1: add patch to fix an ICE with building glibc with certain CFLAGS, ↵Koen Kooi2
if you get the ICE, you should update to binutils 2.17.50.0.5 as well
2006-12-03gcc: Remove PACKAGE_ARCH settings now handled by changes to cross.bbclassRichard Purdie3
2006-12-01Fixes gcc-cross 4.x compile error on x86_64 arch due to multilibs missingStelios Koroneos1
2006-11-28cross.bbclass + gcc-package-cross.inc: put the immediate expansion trick in ↵Richard Purdie1
cross.bbclass
2006-11-26gcc-cross-sdk: change include order to make it fail in a different placeKoen Kooi1
2006-11-26gcc-cross 4.1.1: fix libg* architecture bugs, closes #1265Koen Kooi2
2006-11-14gcc4-build-sdk.inc: remove gcc3 patchKoen Kooi1
2006-11-09gcc: Factor get_gcc_fpu_setting() into a common .inc file (removing method ↵Richard Purdie4
errors)
2006-11-09gcc 4.1.1: make $JAVA and $FORTRAN actually have an effect on $LANGUAGESKoen Kooi1
2006-10-26gcc 4.1.1: bump PRKoen Kooi1
2006-10-26gcc 4.1.1: Add patch from Dallas Foley to fix EABI on armv4tKoen Kooi2
* no more 'clz' isns in binaries
2006-10-25gcc-cross-sdk: add 4.1.1Koen Kooi1
2006-10-18gcc-package-cross.inc: libg2c ins't always present, so don't error out if ↵Koen Kooi1
strip has a fit
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi7
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-03gcc-cross: bump PRKoen Kooi3
2006-10-03gcc-cross: package libgcc-dev (named libgcc-s-dev :(Marcin Juszkiewicz2
applied changes from 515587ac4598d7ab78bd946632a31cf94fa79bf8 (.oz354x) through 33d804e082e0702e05818192cfab8a8610605d88
2006-09-08gcc: fix compilation problemsMartin Dietze2
* 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 Blundell1
and '6f8490048134c6e6b72e44c0685e72338477cc2a'
2006-08-15gcc-cross-initial 3.3.4: clobber PACKAGES to avoid shlibs imbroglioPhil Blundell1
2006-08-14gcc-package-cross.inc: fix bitbake crashesKoen Kooi1
~lart python
2006-08-14gcc-package-cross.inc: set appropriate PACKAGES_DYNAMICKoen Kooi1
2006-08-06packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPPHolger Freyther20
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 Freyther4
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 Freyther41
2006-08-04Added patch (from gcc fix for bug 27363). This makes alsa work with gcc 4.1.1Frans Meulenbroeks3
(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 Kooi3
disappeared' symptoms
2006-07-23gcc 4.1.1: fix build troublesKoen Kooi1
2006-07-21gcc3-build.inc: allow JAVA to be overridable inside recipes using this .incKoen Kooi2
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 Kooi2
2006-07-03gcc: add eabi to atexit cases gcc3-build.inc and bump pr for affected toolchainsKoen Kooi3