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
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
......
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