]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docker: par down QEMU_CONFIGURE_OPTS in debian-tricore-cross
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 13 Jul 2018 15:02:31 +0000 (16:02 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 24 Jul 2018 10:45:25 +0000 (11:45 +0100)
This image isn't going to build anything significant as it is just
intended for building test cases. In case it does end up getting
inadvertently included in a build lets aim for the minimal possible
product.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/docker/dockerfiles/debian-tricore-cross.docker

index 180ca646c83e6faecc61762a9260a17324f069fc..4a0f7706a39a02b5ff51561c4a96ca70617c0e2d 100644 (file)
@@ -19,5 +19,5 @@ RUN git clone --single-branch \
     make && make install && \
     rm -rf /usr/src/binutils
 
-# Specify the cross prefix for this image (see tests/docker/common.rc)
-ENV QEMU_CONFIGURE_OPTS --cross-prefix=tricore-
+# This image isn't designed for building QEMU but building tests
+ENV QEMU_CONFIGURE_OPTS --disable-system --disable-user