summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.1.1
AgeCommit message (Collapse)AuthorFiles
2007-03-12packages/gcc/gcc_4.1.1.bb :The following set of 2 patches adds support for ↵Stelios Koroneos2
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 Koroneos1
site files and not cached values which contain target's data
2007-03-11disapproval of revision 'e7f88b3d1877bd1013495ae0870737c163c6c433'Oyvind Repvik1
2007-03-11gcc: Fix crossbuild issue on x86_64 hosts (4.1.1/4.1.2)Oyvind Repvik1
2007-03-01packages/gcc gcc-4.1.1: fix eabi issues on a bigendian toolchain:Dirk Opfer1
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 Ericson1
* 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
2006-12-18Remove the CRLF problem in this patch.Andrew Wilcox1
2006-12-16gcc 4.1.1: add patch to fix PR 13685Leon Woestenberg1
2006-12-03gcc 4.1.1: add patch to fix an ICE with building glibc with certain CFLAGS, ↵Koen Kooi1
if you get the ICE, you should update to binutils 2.17.50.0.5 as well
2006-10-26gcc 4.1.1: Add patch from Dallas Foley to fix EABI on armv4tKoen Kooi1
* no more 'clz' isns in binaries
2006-08-06packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPPHolger Freyther1
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-04Added patch (from gcc fix for bug 27363). This makes alsa work with gcc 4.1.1Frans Meulenbroeks1
(after this at least the pcm module needs to be compiled and reloaded)
2006-06-19gcc 4.1.1 added uclibc patches to gcc 4.1.1 (see README file)Frans Meulenbroeks15
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 Meulenbroeks1
(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 Meulenbroeks1
2006-05-25gcc 4.1.1: but the zecke patch in the right dir. I suck Koen Kooi6
2006-05-25gcc: add gcc 4.1.1 toolchainKoen Kooi11