[x264-devel] arm/ppc: use $CC as default assembler
Janne Grunau
git at videolan.org
Tue Aug 26 18:23:10 CEST 2014
x264 | branch: master | Janne Grunau <janne-x264 at jannau.net> | Sun Jul 20 13:40:28 2014 +0200| [9463ec0004f1bddc49c05ed8e38430a4ce1738fb] | committer: Fiona Glaser
arm/ppc: use $CC as default assembler
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=9463ec0004f1bddc49c05ed8e38430a4ce1738fb
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index a50f8d5..7d56fd8 100755
--- a/configure
+++ b/configure
@@ -648,7 +648,7 @@ case $host_cpu in
ARCH="PPC"
if [ $asm = auto ] ; then
define HAVE_ALTIVEC
- AS="${AS-${cross_prefix}gcc}"
+ AS="${AS-${CC}}"
if [ $SYS = MACOSX ] ; then
CFLAGS="$CFLAGS -faltivec -fastf -mcpu=G4"
else
@@ -674,7 +674,7 @@ case $host_cpu in
LDFLAGS="$LDFLAGS -arch armv7"
fi
else
- AS="${AS-${cross_prefix}gcc}"
+ AS="${AS-${CC}}"
fi
;;
s390|s390x)
More information about the x264-devel
mailing list