git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d47063e
)
use program-prefix="" all the times
author
Christophe Mutricy
<xtophe@videolan.org>
Sun, 3 Dec 2006 18:01:13 +0000
(18:01 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Sun, 3 Dec 2006 18:01:13 +0000
(18:01 +0000)
extras/contrib/src/Makefile
patch
|
blob
|
history
diff --git
a/extras/contrib/src/Makefile
b/extras/contrib/src/Makefile
index
eada5a0
..
d8fca9a
100644
(file)
--- a/
extras/contrib/src/Makefile
+++ b/
extras/contrib/src/Makefile
@@
-91,9
+91,9
@@
endif
#
# cross compiling
#
#
# 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))
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
#
# Compiling for MinGW under Cygwin could be deemed as cross compiling
# unfortunately there isn't a complete separate GCC toolchain for MinGW under Cygwin