mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
sim: drop -DTRACE from configure
No code uses this anymore and the symbol conflicts with the new TRACE helper. Punt it from configure.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2015-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2015-05-17 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* erc32.c: Re-add file overview & author info.
|
||||
|
6
sim/erc32/configure
vendored
6
sim/erc32/configure
vendored
@ -12734,10 +12734,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
|
||||
|
Reference in New Issue
Block a user