From: mquinson Date: Tue, 8 Mar 2005 21:27:09 +0000 (+0000) Subject: Pass --fno-loop-optimize to powerpc computers so that gcc don't corrupt the X-Git-Tag: v3.3~4187 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8a4605556b29bff6f45db13f0d1aa152819028bd?hp=8a4605556b29bff6f45db13f0d1aa152819028bd Pass --fno-loop-optimize to powerpc computers so that gcc don't corrupt the test case. Change --enable-compile-warnings=[no/minimum/yes] Turn on compiler warnings. to --enable-compile-warnings use compiler warnings (default=no) --enable-compile-optimizations use compiler optimizations (default=yes, unless if CFLAGS is explicitly set) Kill --iso --ansi bits since GCC doc states they're not what we need Filter out the -O2 autoconf stupidly adds. We want -03 (without overiding user choices) when with gcc. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1167 48e7efb5-ca39-0410-a469-dd3cf9ba447f ---