http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53467
martin <dokumentarfilme at hotmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Version|4.7.0 |4.3.0 Resolution| |WORKSFORME --- Comment #7 from martin <dokumentarfilme at hotmail dot com> 2012-06-06 08:24:52 UTC --- After experimenting with diffrent configure parameters I successfully build gcc 4.3.0 on my Netgear Readynas Duo sparc with ../gcc-4.3.0/configure --build='sparc-linux' --enable-languages=c,c++ --prefix=/usr --mandir=/usr/share/man --enable-shared --with-system-zlib --enable-nls --enable-clocale=gnu --enable-debug --with-cpu=v7 --enable-objc-gc Building gcc 4.7.0 with the same configure parameter crashes with an other error. I have to look at this more closely.