aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-12-19 16:41:06 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-12-19 16:41:06 +0000
commita9ddbbf5a1c7eb9b55b32e3886ebdb6fe1b413ad (patch)
tree2743fb47ee1fb387090e014c975570643be20ea0 /sim/ppc/configure.in
parentaef95a96bc12c69fc16c3af8382cda178bfaaea3 (diff)
downloadgdb-a9ddbbf5a1c7eb9b55b32e3886ebdb6fe1b413ad.zip
gdb-a9ddbbf5a1c7eb9b55b32e3886ebdb6fe1b413ad.tar.gz
gdb-a9ddbbf5a1c7eb9b55b32e3886ebdb6fe1b413ad.tar.bz2
12/19 release from Andrew that fixes Netbsd break problem
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r--sim/ppc/configure.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in
index 6b6870b..acdb679 100644
--- a/sim/ppc/configure.in
+++ b/sim/ppc/configure.in
@@ -126,7 +126,7 @@ AC_ARG_ENABLE(sim-inline,
[ --enable-sim-inline=inlines Specify which functions should be inlined.],
[sim_inline=""
case "$enableval" in
- no) sim_inline="-DDEFAULT_INLINE=0 -DINLINE=";;
+ no) sim_inline="-DDEFAULT_INLINE=0";;
0) sim_inline="-DDEFAULT_INLINE=0";;
yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_INLINE";;
1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
@@ -320,15 +320,15 @@ fi],[sim_float=""])dnl
AC_ARG_ENABLE(sim-monitor,
[ --enable-sim-monitor=mon Specify whether to enable monitoring events.],
[case "${enableval}" in
- yes) sim_mon="-DWITH_MON='MONITOR_INSTRUCTION_ISSUE | MONITOR_LOAD_STORE_UNIT'";;
- no) sim_mon="-DWITH_MON=0";;
- instruction) sim_mon="-DWITH_MON=MONITOR_INSTRUCTION_ISSUE";;
- memory) sim_mon="-DWITH_MON=MONITOR_LOAD_STORE_UNIT";;
+ yes) sim_monitor="-DWITH_MON='MONITOR_INSTRUCTION_ISSUE | MONITOR_LOAD_STORE_UNIT'";;
+ no) sim_monitor="-DWITH_MON=0";;
+ instruction) sim_monitor="-DWITH_MON=MONITOR_INSTRUCTION_ISSUE";;
+ memory) sim_monitor="-DWITH_MON=MONITOR_LOAD_STORE_UNIT";;
*) AC_MSG_ERROR("Unknown value $enableval passed to --enable-sim-mon"); sim_env="";;
esac
-if test x"$silent" != x"yes" && test x"$sim_mon" != x""; then
- echo "Setting monitor flags = $sim_mon" 6>&1
-fi],[sim_mon=""])dnl
+if test x"$silent" != x"yes" && test x"$sim_monitor" != x""; then
+ echo "Setting monitor flags = $sim_monitor" 6>&1
+fi],[sim_monitor=""])dnl
AC_ARG_ENABLE(sim-model,
[ --enable-sim-model=which Specify PowerPC to model.],