From a34870829162e3276a9e0152efe2c7de5677a0c3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 Jun 2015 10:32:54 -0400 Subject: sim: drop -DTRACE from configure No code uses this anymore and the symbol conflicts with the new TRACE helper. Punt it from configure. --- sim/microblaze/ChangeLog | 4 ++++ sim/microblaze/configure | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sim/microblaze') diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index 4bd0da4..50c573b 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,3 +1,7 @@ +2015-06-12 Mike Frysinger + + * configure: Regenerate. + 2015-06-11 Mike Frysinger * Makefile.in (SIM_OBJS): Add sim-resume.o. diff --git a/sim/microblaze/configure b/sim/microblaze/configure index 39f93ad..27a9010 100755 --- a/sim/microblaze/configure +++ b/sim/microblaze/configure @@ -12748,10 +12748,10 @@ fi # Check whether --enable-sim-trace was given. if test "${enable_sim_trace+set}" = set; then : enableval=$enable_sim_trace; case "${enableval}" in - yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";; - no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";; + yes) sim_trace="-DWITH_TRACE=-1";; + no) sim_trace="-DWITH_TRACE=0";; [-0-9]*) - sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";; + sim_trace="-DWITH_TRACE='(${enableval})'";; [[:lower:]]*) sim_trace="" for x in `echo "$enableval" | sed -e "s/,/ /g"`; do -- cgit v1.1