summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc_4.1.1.bb
AgeCommit message (Collapse)AuthorFiles
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj1
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-06-03Fix an obvious typo in the patch. The variable exported was 'CCP' should ↵Khem Raj1
have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe.
2008-03-29gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵Richard Purdie1
everyone, not just as a slugos specific override.
2008-03-16gcc: Move old style gcc*build*.inc includes into ↵Richard Purdie1
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-15gcc: Move PR settings to obvious places (not .inc files)Richard Purdie1
2008-03-15gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level ↵Richard Purdie1
lower. There should be no functionality change yet, it just makes that change easier to remove target packaging from cross builds
2008-03-15gcc: Create .inc files for each gcc version and update all .bb files to use ↵Richard Purdie1
these
2008-02-20gcc 4.x.x ship cc1 as part of the cpp package. closes #670Michael Lauer1
repair badly mixed up formatting. guys, _please_ don't mix tabs and spaces, stick to the major formatting style in the file
2007-12-03gcc: replace non-functional block o'python with working overridesKoen Kooi1
2007-11-25gcc-4.1.[01]: Applied pr34130.patch, from 4.1.2.Leon Woestenberg1
2007-11-05packages/gcc/gcc_4.1.1.bb : Add mpc8323e patchesStelios Koroneos1
Bump PR in gcc,gcc-cross and gcc-cross-sdk
2007-09-19gcc: change the way to package fortran, reduce spurious variables, make ↵Koen Kooi1
missing fortran files non-fatal
2007-05-02packages/gcc/gcc_4.1.1.bb: Do not apply ppc soft-float patches when building ↵Stelios Koroneos1
with uclibc This is a dirty hack to get gcc 4.1.1 to compile for glibc AND uclibc on ppc the patch that is need it to get gcc support soft-floats with glibc, makes gcc fail with uclibc
2007-04-06gcc 4.1.x: move fail-fast to gcc-cross since it's only needed thereKoen Kooi1
2007-03-12packages/gcc/gcc_4.1.1.bb :The following set of 2 patches adds support for ↵Stelios Koroneos1
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-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
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-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 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-05packages/gcc: Use require instead of include for the 'base' filesHolger Freyther1
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-07-31gcc: make fortran switches behave like the java switches to battle the 'g++ ↵Koen Kooi1
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 Kooi1
gcc_4.1.1.bb: Remove use of gcc4-build.inc, document java and fortran bits a bit
2006-07-03gcc: add eabi to atexit cases gcc3-build.inc and bump pr for affected toolchainsKoen Kooi1
2006-06-27gcc 4.1.1: raise default pref since it has proven to be working quite well Koen Kooi1
2006-06-19gcc 4.1.1 added uclibc patches to gcc 4.1.1 (see README file)Frans Meulenbroeks1
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: unbreak SRC_URIKoen Kooi1
2006-05-25gcc: add gcc 4.1.1 toolchainKoen Kooi1