aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-native_3.4.4.bb
AgeCommit message (Collapse)Author
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj
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-03-16gcc: Move old style gcc*build*.inc includes into ↵Richard Purdie
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 Purdie
2008-03-15gcc: Some futher .bb -> .inc changesRichard Purdie
2008-01-31gcc-native 3.4.4: Rename PROVIDES gcc-native3 to gcc3-native.Paul Sokolovsky
* Consistent with how other versioned native packages called. As discussed on ML.
2008-01-28gcc-native-3.4.4: Add PROVIDES gcc-native3Richard Purdie
2007-12-30Add gcc-native-3.4.4 as a possibility to help with qemu issuesRichard Purdie