[Bug libgcc/55589] Failure compiling "generic-morestack-thread.c", without threads
michael at talamasca dot ocis.net
gcc-bugzilla@gcc.gnu.org
Wed Dec 5 08:39:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589
--- Comment #2 from michael at talamasca dot ocis.net <michael at talamasca dot ocis.net> 2012-12-05 08:38:49 UTC ---
My usual GCC recipe is this:
configure
--build=i386-pc-linux-uclibc
--prefix=/usr
--sysconfdir=/etc
--sharedstatedir=/var/com
--localstatedir=/var/state
--infodir=/usr/share/info
--mandir=/usr/share/man
--disable-nls
--disable-static
--enable-shared
--enable-languages=c,c++
--disable-threads
--disable-libgomp
--disable-libitm
--with-system-zlib
--enable-frame-pointer
Everything up to --enable-shared is my usual policy that I apply to every
autoconf application unless it causes a problem.
More information about the Gcc-bugs
mailing list