summaryrefslogtreecommitdiff
path: root/package/gstreamer1/gstreamer1/gstreamer1.mk
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-02-14 10:23:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-14 17:43:11 +0100
commit9863553fe8fa16a4d19f652b409a44bb58ef5567 (patch)
tree5d7380f5b60d44d07504f445b8283c654a377d9c /package/gstreamer1/gstreamer1/gstreamer1.mk
parent188c0a3168e1670069556c42c3130f006f5b062d (diff)
packages: all salute the passing of avr32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer1/gstreamer1/gstreamer1.mk')
-rw-r--r--package/gstreamer1/gstreamer1/gstreamer1.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index a8b9fda40..7840284b5 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -14,7 +14,7 @@ GSTREAMER1_LICENSE = LGPLv2+ LGPLv2.1+
# Checking if unaligned memory access works correctly cannot be done when cross
# compiling. For the following architectures there is no information available
# in the configure script.
-ifeq ($(BR2_arc)$(BR2_avr32)$(BR2_xtensa)$(BR2_microblaze),y)
+ifeq ($(BR2_arc)$(BR2_xtensa)$(BR2_microblaze),y)
GSTREAMER1_CONF_ENV = as_cv_unaligned_access=no
endif
ifeq ($(BR2_aarch64),y)