X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=4dbfb776007b0c4e8a8a46fb54e0ccbfc4d00b32;hb=835995d2760e64bc338da1f91ab85fb710f4e900;hp=ae8aaeeb3bb3bf24e51f2efe0a2230ddaac552b6;hpb=43885833e7092cb85a349a49277b3bdfa97eeae5;p=libfirm diff --git a/configure b/configure index ae8aaeeb3..4dbfb7760 100755 --- a/configure +++ b/configure @@ -309,7 +309,7 @@ ac_includes_default="\ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS libfirm_conf_env plugin_subdirs XML2CONFIG enable_debug_libfirm enable_profile_libfirm enable_auto_documentation enable_firm_jni enable_heapanalysis disable_libiberty enable_statistics enable_libcore enable_wchar_support enable_external_effects CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT AWK LD ac_ct_LD libfirm_cv_prog_ld_r AR TAR RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S DOXYGEN DOT JAVAC JAVAH CPP EGREP LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS libfirm_conf_env plugin_subdirs XML2CONFIG enable_debug_libfirm enable_profile_libfirm enable_auto_documentation enable_firm_jni enable_heapanalysis disable_libiberty enable_statistics enable_libcore enable_ilp enable_wchar_support enable_external_effects CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT AWK LD ac_ct_LD libfirm_cv_prog_ld_r AR TAR RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S DOXYGEN DOT JAVAC JAVAH CPP EGREP LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -850,9 +850,9 @@ Optional Features: --enable-heapanalysis Compile with heap analysis. --disable-libiberty disable own libiberty parts --disable-hooks disable Firm hooks - --disable-inplace-edges disable Firm inplace edges --enable-statistics enable Firm statistics --enable-libcore enable libcore debugging + --enable-ilp enable ilp solver --enable-wchar-support enable wchar_t support for identifiers (needed for java) --disable-external-effects disable descriptions of external effects in XML @@ -1544,23 +1544,6 @@ else _ACEOF -fi; - -# Check whether --enable-inplace_edges or --disable-inplace_edges was given. -if test "${enable_inplace_edges+set}" = set; then - enableval="$enable_inplace_edges" - if test "$enableval" = yes; then - cat >>confdefs.h <<\_ACEOF -#define FIRM_EDGES_INPLACE 1 -_ACEOF - -fi -else - cat >>confdefs.h <<\_ACEOF -#define FIRM_EDGES_INPLACE 1 -_ACEOF - - fi; # Check whether --enable-statistics or --disable-statistics was given. @@ -1587,6 +1570,19 @@ fi fi; +# Check whether --enable-ilp or --disable-ilp was given. +if test "${enable_ilp+set}" = set; then + enableval="$enable_ilp" + if test "$enableval"=yes; then + cat >>confdefs.h <<\_ACEOF +#define WITH_ILP 1 +_ACEOF + +fi +fi; + + + # Check whether --enable-wchar_support or --disable-wchar_support was given. if test "${enable_wchar_support+set}" = set; then enableval="$enable_wchar_support" @@ -5914,6 +5910,7 @@ s,@enable_heapanalysis@,$enable_heapanalysis,;t t s,@disable_libiberty@,$disable_libiberty,;t t s,@enable_statistics@,$enable_statistics,;t t s,@enable_libcore@,$enable_libcore,;t t +s,@enable_ilp@,$enable_ilp,;t t s,@enable_wchar_support@,$enable_wchar_support,;t t s,@enable_external_effects@,$enable_external_effects,;t t s,@CC@,$CC,;t t