Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] gstreamer: fix unaligned detection for or1k
@ 2017-02-18  9:25 Peter Korsgaard
  2017-02-18  9:25 ` [Buildroot] [PATCH 2/3] gstreamer1: " Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-02-18  9:25 UTC (permalink / raw)
  To: buildroot

Similar to how we do it for the other niche/new architectures.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/gstreamer/gstreamer/gstreamer.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gstreamer/gstreamer/gstreamer.mk b/package/gstreamer/gstreamer/gstreamer.mk
index f2bde30d2..cde7f8f62 100644
--- a/package/gstreamer/gstreamer/gstreamer.mk
+++ b/package/gstreamer/gstreamer/gstreamer.mk
@@ -15,7 +15,7 @@ GSTREAMER_LICENSE_FILES = COPYING
 # 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_xtensa)$(BR2_microblaze)$(BR2_nios2),y)
+ifeq ($(BR2_arc)$(BR2_xtensa)$(BR2_microblaze)$(BR2_nios2)$(BR2_or1k),y)
 GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
 endif
 ifeq ($(BR2_aarch64),y)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-02-18 14:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18  9:25 [Buildroot] [PATCH 1/3] gstreamer: fix unaligned detection for or1k Peter Korsgaard
2017-02-18  9:25 ` [Buildroot] [PATCH 2/3] gstreamer1: " Peter Korsgaard
2017-02-18  9:25 ` [Buildroot] [PATCH 3/3] gstreamer1: drop unused configure time unaligned access handling logic Peter Korsgaard
2017-02-18  9:42   ` Yann E. MORIN
2017-02-18 10:56     ` Peter Korsgaard
2017-02-18 11:06       ` Yann E. MORIN
2017-02-18 12:35         ` Peter Korsgaard
2017-02-18 14:47 ` [Buildroot] [PATCH 1/3] gstreamer: fix unaligned detection for or1k Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox