Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 671:a530ea88eebd
prev664:728508bb08df
next675:b97020f9af1c
author nkeynes
date Thu May 15 10:22:39 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Permanently add SH4 instruction statistics tracking (enabled with --enable-sh4stats)
file annotate diff log raw
1.1 --- a/configure Thu Apr 17 11:01:29 2008 +0000
1.2 +++ b/configure Thu May 15 10:22:39 2008 +0000
1.3 @@ -1375,6 +1375,7 @@
1.4 performance)
1.5 --enable-watch Enable watchpoints in the debugger (warning: hurts
1.6 performance)
1.7 + --enable-sh4stats Enable statistics on executed sh4 instructions
1.8
1.9 Optional Packages:
1.10 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1.11 @@ -5734,6 +5735,17 @@
1.12 fi
1.13 fi
1.14
1.15 +# Check whether --enable-sh4stats was given.
1.16 +if test "${enable_sh4stats+set}" = set; then
1.17 + enableval=$enable_sh4stats; if test "$enableval" == "yes"; then
1.18 +
1.19 +cat >>confdefs.h <<\_ACEOF
1.20 +#define ENABLE_SH4STATS 1
1.21 +_ACEOF
1.22 +
1.23 + fi
1.24 +fi
1.25 +
1.26
1.27 # Check whether --with-osmesa was given.
1.28 if test "${with_osmesa+set}" = set; then
.