From 9bf262f4c6e14f43f291cdb745ed372884ee2a7f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 19 Jan 2017 11:36:52 +0100 Subject: configure: Use proper compiler-specific speed flags for hostcc --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index e79c6225fb..f1867532a0 100755 --- a/configure +++ b/configure @@ -3372,6 +3372,7 @@ set_ccvars CC probe_cc hostcc "$host_cc" host_cflags_filter=$_flags_filter +host_cflags_speed=$_cflags_speed add_host_cflags $_flags $_cflags set_ccvars HOSTCC @@ -3759,7 +3760,7 @@ EOF add_host_cppflags -D_ISOC99_SOURCE check_host_cflags -std=c99 check_host_cflags -Wall -check_host_cflags -O3 +check_host_cflags $host_cflags_speed check_64bit(){ arch32=$1 -- cgit v1.2.3