summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-3.4.6.inc
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-05-16gcc-3.4.6: Add missing fileRichard Purdie1