summaryrefslogtreecommitdiff
path: root/package/libvpx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-04 02:49:35 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-04 08:06:30 -0500
commita469ac288236ed34097e135c22f4cf0ef3f35fdb (patch)
treec876be17cae622fe87179cfd81cb78c976c50fe4 /package/libvpx/Makefile
parent50b63e95fece76e2d247d5c830bb680a6370c455 (diff)
add rpi2, reported by Susheel
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r--package/libvpx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index bcd9b07c1..bd9cd9029 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -37,6 +37,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
CONFIGURE_ARGS+= --target=armv6-linux-gcc
endif
+ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI2),y)
+CONFIGURE_ARGS+= --target=armv7-linux-gcc
+endif
ifeq ($(ADK_TARGET_SYSTEM_SHARP_ZAURUS),y)
CONFIGURE_ARGS+= --target=armv5te-linux-gcc
endif