DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

Fix psptoolchain-gcc-stage1 build #68

Closed rolinh closed 10 years ago

rolinh commented 10 years ago

The fix is actually quite simple, as seen on this issue in the GCC bugtracker: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51969

Patch here: http://gcc.gnu.org/viewcvs/gcc/branches/gcc-4_6-branch/gcc/gengtype.c?view=patch&r1=184239&r2=184238&pathrev=184239

Applied on psptoolchain-gcc-stage1, I was able to successfully compile it from the ports on DragonFly v3.5.0.1265.gc05746-DEVELOPMENT.

jrmarino commented 10 years ago

Incorporated, thanks!