Summary: | [PATCH] devel/avr-gcc: unbreak port by lobotomizing avrtiny10 support *UNBREAK* *UNSTAGED* | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Craig Leres <leres> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed Overcome By Events | ||||||
Severity: | Affects Many People | CC: | marino, pi | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
I made a mistake, this isn't patch ready. avr-gcc is not staged, so there's no point in fixing it. It will be removed in 4 weeks anyway. leres, if you update the patch to include stage support then we can apply it. GCC supports DESTDIR out of the box so it should be easy enough. I have an update to avr-gcc, which is staged etc. Coming soon to a PR near to you. (In reply to Kurt Jaeger from comment #2) > I have an update to avr-gcc, which is staged etc. Coming soon to a PR near > to you. Here we go: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192399 leres: if you can test it as well ? (Takes forever to build but) yeah, that looks great. It doesn't completely compile my main arduino sketch (__attribute__((progmem)) eerror) but google says that's because I need the new avr-libc so I look forward to testing your patches for that as well. Thanks for avr TLC! (In reply to leres from comment #4) > (Takes forever to build but) yeah, that looks great. > > It doesn't completely compile my main arduino sketch > (__attribute__((progmem)) eerror) but google says that's because I need the > new avr-libc so I look forward to testing your patches for that as well. > > Thanks for avr TLC! avr-libc is: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192400 Until you have the new doxygen, built it without the DOCS. taking the liberty to assign this to Kurt |
Created attachment 145163 [details] patch to devel/avr-gcc gcc-4.5.1 appears to be broken with respect to avrtiny10 support. This patch set disables avrtiny10 so it can still be used with other hardware types.