Commit d551825b authored by ramiro's avatar ramiro

Pass subarch instead of arch to YASMFLAGS

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16560 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d06968eb
......@@ -1750,7 +1750,7 @@ EOF
check_asm bswap '"bswap %%eax" ::: "%eax"'
YASMFLAGS="-f $objformat -DARCH_$(toupper $arch)"
YASMFLAGS="-f $objformat -DARCH_$(toupper $subarch)"
enabled x86_64 && append YASMFLAGS "-m amd64"
enabled_all x86_64 shared && append YASMFLAGS "-DPIC"
case "$objformat" in
......
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