Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8444/conf

Modified Files:
      Tag: MonetDB_1-20
        MonetDB.m4 
Log Message:

we must not be too strict:
requesting native-bits compilation usually requires no actions/options,
and is hence handled by default


Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.37.2.15
retrieving revision 1.37.2.16
diff -u -d -r1.37.2.15 -r1.37.2.16
--- MonetDB.m4  21 Nov 2007 15:07:01 -0000      1.37.2.15
+++ MonetDB.m4  22 Nov 2007 00:03:32 -0000      1.37.2.16
@@ -532,8 +532,12 @@
 yes-*-darwin8*-powerpc*-*)
        CC="$CC -m$bits"
        ;;
+dnl  Assume native bits are default, and hence, require no action
+*-*-*-x86_64*-64|*-*-*-ia64*-64|*-*-*-i?86*-32)
+       ;;
 *)
        AC_MSG_ERROR([case "$GCC-$CC-$host_os-$host-$bits" not handled with 
--enable-bits])
+       ;;
 esac
 else
        AC_CHECK_SIZEOF(long)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to