From 8b78ec06bcd393fb06d5983714e28ae615837338 Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 27 2016 21:16:53 +0000 Subject: build system: configure: call make host.tag in quiet mode. --- diff --git a/configure b/configure index 0252686..ba30ace 100755 --- a/configure +++ b/configure @@ -353,7 +353,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"