Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] Buildroot' patch to add support for aarch64 in mplayer configure script
@ 2015-09-15 17:00 jpinto
  2015-09-15 21:18 ` [Buildroot] [PATCH v3] " Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: jpinto @ 2015-09-15 17:00 UTC (permalink / raw)
  To: buildroot


Signed-off-by: jpinto <jpinto@synopsys.com>
---
 package/mplayer/0007-enable-aarch64.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 package/mplayer/0007-enable-aarch64.patch

diff --git a/package/mplayer/0007-enable-aarch64.patch b/package/mplayer/0007-enable-aarch64.patch
new file mode 100644
index 0000000..7f75756
--- /dev/null
+++ b/package/mplayer/0007-enable-aarch64.patch
@@ -0,0 +1,13 @@
+--- b/configure	2015-09-15 17:30:46.187307557 +0100
++++ a/configure	2015-09-15 17:31:11.729307537 +0100
+@@ -2496,6 +2496,10 @@
+     arch='arc'
+     iproc='arc'
+     ;;
++  aarch64)
++    arch='arm64'
++    iproc='arm64'
++    ;;
+ 
+   *)
+     echo "The architecture of your CPU ($host_arch) is not supported by this configure script"

---
 package/mplayer/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mplayer/Config.in b/package/mplayer/Config.in
index 79ff3b1..7a8b03f 100644
--- a/package/mplayer/Config.in
+++ b/package/mplayer/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
 	default y
 	# Those architectures are not supported by MPlayer
 	depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb \
-		|| BR2_microblaze || BR2_aarch64 || BR2_nios2)
+		|| BR2_microblaze || BR2_nios2)
 	# Broken support for <ARMv5
 	depends on !BR2_ARM_CPU_ARMV4
 
-- 
1.8.1.5

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

end of thread, other threads:[~2015-09-16  8:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 17:00 [Buildroot] [PATCH v2] Buildroot' patch to add support for aarch64 in mplayer configure script jpinto
2015-09-15 21:18 ` [Buildroot] [PATCH v3] " Thomas Petazzoni
2015-09-15 21:22   ` Arnout Vandecappelle
2015-09-16  8:28     ` Joao Pinto
2015-09-16  8:42       ` Thomas Petazzoni

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