Commit 82e8851c authored by Rafaël Carré's avatar Rafaël Carré

contrib: CCAS needs -c option

Fix ba8cad3a
parent 706da72a
...@@ -123,7 +123,7 @@ endif ...@@ -123,7 +123,7 @@ endif
endif endif
CCAS=$(CC) CCAS=$(CC) -c
ifdef HAVE_IOS ifdef HAVE_IOS
CC=xcrun clang CC=xcrun clang
...@@ -133,7 +133,7 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC) ...@@ -133,7 +133,7 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
else else
AS=xcrun as AS=xcrun as
endif endif
CCAS=gas-preprocessor.pl $(CC) CCAS=gas-preprocessor.pl $(CC) -c
AR=xcrun ar AR=xcrun ar
LD=xcrun ld LD=xcrun ld
STRIP=xcrun strip STRIP=xcrun strip
......
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