From bdbd11726cfa3d2ccdbba1373e92546986dc624f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 7 Nov 2017 15:05:49 +0000 Subject: build-all-arches: drop -t (for tty) from docker invocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prevents gcc from going nuts with colorizing the compiler output which looks particularly ugly when invoked via compilation-mode. Signed-off-by: Alex Bennée Message-id: 20171107150558.22131-2-alex.bennee@linaro.org Signed-off-by: Peter Maydell --- build-all-archs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all-archs b/build-all-archs index 63918e5..fa2ac90 100755 --- a/build-all-archs +++ b/build-all-archs @@ -61,7 +61,7 @@ done # If docker is enabled we just brute force the various images until we # can set the one that has a workable cross compiler. -DOCKER_RUN="docker run --rm -t -u $(id -u) -v $(pwd):$(pwd) -w $(pwd)" +DOCKER_RUN="docker run --rm -u $(id -u) -v $(pwd):$(pwd) -w $(pwd)" program_exists() { if [ ! -z "$docker_tags" ]; then -- cgit v1.2.3