summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-3.4.6
AgeCommit message (Collapse)AuthorFiles
2008-12-07gcc, gcc-native 3.4.6 : Oops, O_CREAT was already fixedTom Rini1
Undo my pushing of Jonas Bonn patch as I missed that it was fixed differently.
2008-12-06gcc, gcc-native 3.4.6 : Fix O_CREAT permissions for -D_FORTIFY_SOURCEJonas Bonn1
On Ubuntu Intrepid, -D_FORTIFY_SOURCE is enabled by default, thus requiring file permissions when the O_CREAT flag is set on open. This patch remedies this for gcc-3.4.6. Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
2008-11-02gcc: fix open() with O_CREATE for version 3.4.3 and 3.4.6woglinde1
* on ubuntu the compiler starting with intreprid yells at using open() with O_CREATE and not settinge a proper filecreationmask * closes bug 4626 reported by Vladimir Bondar with a modified patch * bump PR on all .bb which are needing it
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
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-05-16Add gcc 4.2.3 and gcc 3.4.6-native from PokyRichard Purdie23