From 951ee88a077c949e4eb3c5a7d4489f57443cf081 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 27 Feb 2016 10:15:23 -0500 Subject: build system: configure: call make host.tag in quiet mode. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b5f90e2..fc22842 100755 --- a/configure +++ b/configure @@ -359,7 +359,7 @@ config_copy() config_host() { - make host.tag && return 0 + make -s host.tag && return 0 error_msg "configure was able to generate a Makefile for the selected host," error_msg "however the host-targeting compiler was found to be missing" -- cgit v1.2.3