From 1c11dd9c7152b5648aed78468d10dd5d12646c7b Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 29 May 2015 13:38:03 -0400 Subject: gcc/config.host: set the midipix host_exeext to null (no suffix). This allows execve to find requested executables in a heuristics-independent manner (which happens to be slightly faster), and is generally speaking a better fit for shell-based development environments. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- gcc/config.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config.host b/gcc/config.host index 2ff30ca36..5fded1051 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -234,7 +234,7 @@ case ${host} in host_lto_plugin_soname=liblto_plugin-0.dll ;; *-*-midipix*) - host_exeext=.exe + host_exeext= ;; i[34567]86-*-uwin*) echo "*** UWIN may not be used as a host platform because" -- cgit v1.2.3