Commit 92bd1e46 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Alex Bennée
Browse files

shippable: add mipsel target



Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
[AJB: fixups after dropping powerpc]
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent 492734b5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@ env:
      TARGET_LIST=aarch64-softmmu,aarch64-linux-user
    - IMAGE=debian-s390x-cross
      TARGET_LIST=s390x-softmmu,s390x-linux-user
    # mips64el-softmmu disabled due to libfdt problem
    - IMAGE=debian-mipsel-cross
      TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user
build:
  pre_ci:
    - make docker-image-${IMAGE} V=1