mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
* aclocal.m4 (SIM_AC_OPTION_HARDWARE): Correct duplicate-
option-contents test.
This commit is contained in:
parent
db336ea9c9
commit
ea696909f3
@ -1,3 +1,8 @@
|
||||
2006-03-29 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* aclocal.m4 (SIM_AC_OPTION_HARDWARE): Correct duplicate-
|
||||
option-contents test.
|
||||
|
||||
2005-11-28 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* sim-signal.c (sim_signal_to_target): Fix typos.
|
||||
|
5
sim/common/aclocal.m4
vendored
5
sim/common/aclocal.m4
vendored
@ -593,9 +593,8 @@ else
|
||||
# remove duplicates
|
||||
sim_hw=""
|
||||
sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
|
||||
for i in x $hardware ; do
|
||||
case " $f " in
|
||||
x) ;;
|
||||
for i in $hardware ; do
|
||||
case " $sim_hw " in
|
||||
*" $i "*) ;;
|
||||
*) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user