[vlc-commits] commit: contrib: Remove LD, STRIP etc redefinition. (Pierre d'Herbemont )
git at videolan.org
git at videolan.org
Fri Nov 5 22:54:55 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Nov 5 22:34:09 2010 +0100| [635efb6284ec941dcf091b6e4bbb5e48a23662c6] | committer: Pierre d'Herbemont
contrib: Remove LD,STRIP etc redefinition.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=635efb6284ec941dcf091b6e4bbb5e48a23662c6
---
extras/contrib/bootstrap | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 4d54324..82ced5b 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -238,12 +238,6 @@ case $TARGET in
CFLAGS_TUNING=" -march=core2 -mtune=core2 -m64 -arch x86_64"
EXTRA_LDFLAGS=" -arch x86_64"
- # FIXME - is this stuff needed?
- LD="ld"
- RANLIB="ranlib"
- AR="ar"
- STRIP="strip"
-
add_enabled_makefile_cfg "HAVE_DARWIN_OS_ON_INTEL"
add_makefile_cfg "PATH = /bin:/usr/bin:/usr/local/bin"
if test $TARGET = "x86_64-apple-darwin10"; then
More information about the vlc-commits
mailing list