Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486078 - sys-devel/gcc-4.7.2-r1 support for FreeMiNT
Summary: sys-devel/gcc-4.7.2-r1 support for FreeMiNT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All FreeMiNT
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 13:29 UTC by Alan Hourihane
Modified: 2013-10-22 19:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
FreeMiNT patch1 (gcc-4.7.2-mint1.patch,38.11 KB, patch)
2013-09-26 13:29 UTC, Alan Hourihane
Details | Diff
FreeMiNT patch2 (gcc-4.7.2-mint2.patch,1.41 KB, patch)
2013-09-26 13:29 UTC, Alan Hourihane
Details | Diff
FreeMiNT patch3 (gcc-4.7.2-mint3.patch,10.04 KB, patch)
2013-09-26 13:29 UTC, Alan Hourihane
Details | Diff
GCC Bug PR52391 patch (pr52391.patch,3.08 KB, patch)
2013-09-26 13:30 UTC, Alan Hourihane
Details | Diff
GCC Buf PR52773 patch (pr52773.patch,2.28 KB, patch)
2013-09-26 13:30 UTC, Alan Hourihane
Details | Diff
FreeMiNT unroll patch (unroll.patch,758 bytes, patch)
2013-09-26 13:30 UTC, Alan Hourihane
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hourihane 2013-09-26 13:29:01 UTC
Created attachment 359518 [details, diff]
FreeMiNT patch1

After two m68k patches upstream blockin me, I've finally got this one done.

Multiple patches attached unfortunately.

This is the hunk what should be in 4.7.2-r1 ebuild...

        if [[ ${CHOST} == *-mint* ]] ; then
                epatch "${FILESDIR}"/4.3.2/${PN}-4.3.2-mint3.patch
                epatch "${FILESDIR}"/4.7.2/${PN}-4.7.2-mint1.patch
                epatch "${FILESDIR}"/4.4.1/${PN}-4.4.1-mint3.patch
                epatch "${FILESDIR}"/4.7.2/${PN}-4.7.2-mint2.patch
                epatch "${FILESDIR}"/4.7.2/${PN}-4.7.2-mint3.patch
                epatch "${FILESDIR}"/4.7.2/pr52391.patch
                epatch "${FILESDIR}"/4.7.2/unroll.patch
                epatch "${FILESDIR}"/4.7.2/pr52773.patch
        fi
Comment 1 Alan Hourihane 2013-09-26 13:29:18 UTC
Created attachment 359520 [details, diff]
FreeMiNT patch2
Comment 2 Alan Hourihane 2013-09-26 13:29:33 UTC
Created attachment 359522 [details, diff]
FreeMiNT patch3
Comment 3 Alan Hourihane 2013-09-26 13:30:05 UTC
Created attachment 359524 [details, diff]
GCC Bug PR52391 patch
Comment 4 Alan Hourihane 2013-09-26 13:30:27 UTC
Created attachment 359526 [details, diff]
GCC Buf PR52773 patch
Comment 5 Alan Hourihane 2013-09-26 13:30:42 UTC
Created attachment 359528 [details, diff]
FreeMiNT unroll patch
Comment 6 Fabian Groffen gentoo-dev 2013-10-22 19:10:49 UTC
Patches added