dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] libjit configure.in


From: Aleksey Demakov
Subject: [dotgnu-pnet-commits] libjit configure.in
Date: Thu, 14 Sep 2006 15:13:57 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    libjit
Changes by:     Aleksey Demakov <avd>   06/09/14 15:13:57

Modified files:
        .              : configure.in 

Log message:
        remove --enable-new-reg-alloc option

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libjit/configure.in?cvsroot=dotgnu-pnet&r1=1.23&r2=1.24

Patches:
Index: configure.in
===================================================================
RCS file: /sources/dotgnu-pnet/libjit/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- configure.in        31 Aug 2006 18:24:05 -0000      1.23
+++ configure.in        14 Sep 2006 15:13:57 -0000      1.24
@@ -63,18 +63,6 @@
        AC_DEFINE(USE_LIBJIT_INTERPRETER, 1, [Define if you want to use the 
libjit interpreter])
 fi
 
-dnl The "--enable-new-reg-alloc" option forces the use of new register 
allocator.
-AC_ARG_ENABLE(new-reg-alloc,
-[  --enable-new-reg-alloc    Enable new register allocator],
-[case "${enableval}" in
-  yes) new_reg_alloc=true ;;
-  no)  new_reg_alloc=false ;;
-  *) AC_MSG_ERROR(bad value ${enableval} for --enable-new-reg-alloc) ;;
-esac],[new_reg_alloc=true])
-if test x$new_reg_alloc = xtrue; then
-       AC_DEFINE(USE_NEW_REG_ALLOC, 1, [Define if you want to use new register 
allocator])
-fi
-
 dnl The "--enable-signals" option forces the use of the OS signals for 
exception handling.
 AC_ARG_ENABLE(signals,
 [  --enable-signals        Enable OS signal handling],




reply via email to

[Prev in Thread] Current Thread [Next in Thread]