aboutsummaryrefslogtreecommitdiff
path: root/sim/common/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-12 10:32:54 -0400
committerMike Frysinger <vapier@gentoo.org>2015-06-12 10:40:46 -0400
commita34870829162e3276a9e0152efe2c7de5677a0c3 (patch)
tree400109c3d67ffb1a09a09b2126284e28cf15703a /sim/common/configure
parent5b064994f0e7d8a7bfa0b4b080a360ecd9d2af82 (diff)
downloadfsf-binutils-gdb-a34870829162e3276a9e0152efe2c7de5677a0c3.zip
fsf-binutils-gdb-a34870829162e3276a9e0152efe2c7de5677a0c3.tar.gz
fsf-binutils-gdb-a34870829162e3276a9e0152efe2c7de5677a0c3.tar.bz2
sim: drop -DTRACE from configure
No code uses this anymore and the symbol conflicts with the new TRACE helper. Punt it from configure.
Diffstat (limited to 'sim/common/configure')
-rwxr-xr-xsim/common/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/configure b/sim/common/configure
index 631ebac..96edf37 100755
--- a/sim/common/configure
+++ b/sim/common/configure
@@ -11002,10 +11002,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