[vlc-commits] contrib: CCAS needs -c option

Rafaël Carré git at videolan.org
Fri Aug 9 10:33:12 CEST 2013


vlc/vlc-2.1 | branch: master | Rafaël Carré <funman at videolan.org> | Mon Jul 29 07:29:03 2013 +0200| [8dec7d80e95400a1f37f7220cb59e210c129b0e3] | committer: Jean-Baptiste Kempf

contrib: CCAS needs -c option

Fix ba8cad3aeec1

(cherry picked from commit 82e8851c3090badc2e07cd29e66529777fe4c807)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=8dec7d80e95400a1f37f7220cb59e210c129b0e3
---

 contrib/src/main.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 2027af5..66cc31e 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -123,7 +123,7 @@ endif
 
 endif
 
-CCAS=$(CC)
+CCAS=$(CC) -c
 
 ifdef HAVE_IOS
 CC=xcrun clang
@@ -133,7 +133,7 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
 else
 AS=xcrun as
 endif
-CCAS=gas-preprocessor.pl $(CC)
+CCAS=gas-preprocessor.pl $(CC) -c
 AR=xcrun ar
 LD=xcrun ld
 STRIP=xcrun strip



More information about the vlc-commits mailing list