From: Christophe Mutricy Date: Sun, 3 Dec 2006 18:01:13 +0000 (+0000) Subject: use program-prefix="" all the times X-Git-Tag: 0.9.0-test0~9103 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=e954457bf4c81f2ac87e948b4ad9eca7dec8e4f7 use program-prefix="" all the times --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index eada5a0780..d8fca9a4f6 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -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