gstreamer1: fix xtensa configure
authorBaruch Siach <baruch@tkos.co.il>
Sun, 29 Dec 2013 11:30:55 +0000 (13:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Dec 2013 12:33:29 +0000 (13:33 +0100)
Disable unaligned access to avoid configure run test.

Fixes
http://autobuild.buildroot.net/results/1fb/1fb5bde77ea84f13fe8db7dedda5b8a29671b939/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gstreamer1/gstreamer1/gstreamer1.mk

index 82b15bc13b7d262729c00caa679792656f4cee7d..40102b2aee9e2ab278bc1f4b1d19c1b798840a8e 100644 (file)
@@ -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_avr32),y)
+ifeq ($(BR2_avr32)$(BR2_xtensa),y)
 GSTREAMER1_CONF_ENV = as_cv_unaligned_access=no
 endif
 ifeq ($(BR2_aarch64),y)