Riyadh Baghdadi <riyadh.baghd...@inria.fr> writes: > To configure GCC, I use : ./configure --disable-bootstrap > --prefix=GCC_PREFIX_FOLDER --disable-multilib --enable-languages=c,c++ > --enable-shared --enable-threads
Since you are using x86, add --with-arch=pentium4 or whatever is appropriate for your target. Ian