summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-3.4.6.inc
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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