summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-11-05 21:48:09 +0000
committerMåns Rullgård <mans@mansr.com>2009-11-05 21:48:09 +0000
commit64de20d18bdf3b799236f7d2b468692a355a1edc (patch)
tree24077dbc37c9f758cd389ce23a7760b8fde7be59 /configure
parentffa3bd54dac93fc21ddfe261d9413c8a9cbed7b9 (diff)
PPC: make inline asm xform address test work with Apple tools
Originally committed as revision 20466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4d28d04e7e..748c5bf584 100755
--- a/configure
+++ b/configure
@@ -2163,7 +2163,7 @@ elif enabled ppc; then
check_asm dcbzl '"dcbzl 0, 1"'
check_asm ppc4xx '"maclhw r10, r11, r12"'
- check_asm xform_asm '"lwzx 0, %y0" :: "Z"(*(int*)0)'
+ check_asm xform_asm '"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
# AltiVec flags: The FSF version of GCC differs from the Apple version
if enabled altivec; then