jsnyder / avr32-toolchain

Makefile & supporting patches/scripts to build an AVR32 toolchain.
29 stars 30 forks source link

Updated with a more correct patch from the official commit to the gcc tr... #22

Closed denravonska closed 11 years ago

denravonska commented 11 years ago

Updated #17 with a more correct patch from the official commit to the gcc trunk. This enables the use of make_shared when disabling RTTI.

jsnyder commented 11 years ago

Thanks! I'm a bit on the busy side right now to do much more than give the patch a read through and maybe a build. If this has been working well for you and is an improvement on the previous patch that got integrated, I'll be happy to pull this in.

denravonska commented 11 years ago

Yeah, I'm using my fork which contains this fix. It was not even possible to compile using make_shared with the previous patch. I have replaced all my "new X" commands with make_shared after deploying this fix and it seems to be working fine and dandy so far. Currently debugging another issue with the Dragon and I'll let you know if I find any problems related to this patch.