diff options
author | midipix <writeonce@midipix.org> | 2015-05-29 13:38:03 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-05-29 13:38:03 -0400 |
commit | 1c11dd9c7152b5648aed78468d10dd5d12646c7b (patch) | |
tree | db1a2d907a6cf600039dfa07e0f69ed4f6d008d7 | |
parent | 49010d3daf9b958023dc58d329cd2eb723b737b2 (diff) | |
download | cbb-gcc-4.6.4-1c11dd9c7152b5648aed78468d10dd5d12646c7b.tar.bz2 cbb-gcc-4.6.4-1c11dd9c7152b5648aed78468d10dd5d12646c7b.tar.xz |
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.
-rw-r--r-- | gcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
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" |