From 6b19786b1187e0c194be3b9e76091e6f86a6e821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 26 Sep 2007 19:57:56 +0000 Subject: set -mcpu for ARM Originally committed as revision 10595 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 5c64fe3764..f2d3066619 100755 --- a/configure +++ b/configure @@ -1369,6 +1369,9 @@ if test $cpu != "generic"; then add_cflags "-mfdpic" add_ldflags "-mfdpic" ;; + arm*) + add_cflags "-mcpu=$cpu" + ;; *) echo "WARNING: Unknown CPU \"$cpu\", ignored." ;; -- cgit v1.2.3