Changeset: 3660432dcef1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3660432dcef1 Modified Files: configure.ag Branch: Oct2012 Log Message:
configure: drop IRIX and AIX flags for --enable-optimize IRIX is long dead (sorry), and AIX is not within our reach, so remove outdated optimisation flags for them. diffs (16 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -923,12 +923,6 @@ if test "x$enable_optim" = xyes; then dnl handle non-Intel compilers ($icc_ver=""), first *solaris*-) CFLAGS="$CFLAGS -xO5" ;; -# *irix*-) CFLAGS="$CFLAGS -O3 -Ofast=IP27 -OPT:alias=restrict -IPA" - *irix*-) CFLAGS="$CFLAGS -O3 -OPT:div_split=ON:fast_complex=ON:fast_exp=ON:fast_nint=ON:Olimit=2147483647:roundoff=3 -TARG:processor=r10k -IPA" - LDFLAGS="$LDFLAGS -IPA" - ;; - *aix*-) CFLAGS="$CFLAGS -O3" - ;; *-*-*-) CFLAGS="$CFLAGS -O2" ;; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list