Revision 9c7a4202

b/configure
2172 2172
    target_softmmu="yes"
2173 2173
    ;;
2174 2174
  ${target_arch2}-linux-user)
2175
    if test "$linux" != "yes" ; then
2176
      echo "ERROR: Target '$target' is only available on a Linux host"
2177
      exit 1
2178
    fi
2175 2179
    target_user_only="yes"
2176 2180
    target_linux_user="yes"
2177 2181
    ;;
2178 2182
  ${target_arch2}-darwin-user)
2183
    if test "$darwin" != "yes" ; then
2184
      echo "ERROR: Target '$target' is only available on a Darwin host"
2185
      exit 1
2186
    fi
2179 2187
    target_user_only="yes"
2180 2188
    target_darwin_user="yes"
2181 2189
    ;;
2182 2190
  ${target_arch2}-bsd-user)
2191
    if test "bsd" != "yes" ; then
2192
      echo "ERROR: Target '$target' is only available on a BSD host"
2193
      exit 1
2194
    fi
2183 2195
    target_user_only="yes"
2184 2196
    target_bsd_user="yes"
2185 2197
    ;;

Also available in: Unified diff