aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/configure')
-rwxr-xr-xsim/mips/configure5
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/mips/configure b/sim/mips/configure
index b458181..d0d47eb 100755
--- a/sim/mips/configure
+++ b/sim/mips/configure
@@ -8130,9 +8130,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