Commit e954457b authored by Christophe Mutricy's avatar Christophe Mutricy

use program-prefix="" all the times

parent d47063ea
......@@ -91,9 +91,9 @@ endif
#
# cross compiling
#
HOSTCONF=--target=$(HOST) --host=$(HOST) --build=$(BUILD)
#This should be inside the if block but some config scripts are buggy
HOSTCONF=--target=$(HOST) --host=$(HOST) --build=$(BUILD) --program-prefix=""
ifneq ($(BUILD),$(HOST))
HOSTCONF+=--program-prefix=""
#
# Compiling for MinGW under Cygwin could be deemed as cross compiling
# unfortunately there isn't a complete separate GCC toolchain for MinGW under Cygwin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment