Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] libgpg-error: enable riscv64 support
@ 2018-10-30 11:40 Baruch Siach
  2018-10-30 11:40 ` [Buildroot] [PATCH 2/6] libgpg-error: bump to version 1.32 Baruch Siach
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Baruch Siach @ 2018-10-30 11:40 UTC (permalink / raw)
  To: buildroot

libgpg-error version 1.28 added support for riscv64.

Cc: Mark Corbin <mark.corbin@embecosm.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/libgpg-error/Config.in | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/package/libgpg-error/Config.in b/package/libgpg-error/Config.in
index 40424e41cfff..0659a834bf2f 100644
--- a/package/libgpg-error/Config.in
+++ b/package/libgpg-error/Config.in
@@ -6,9 +6,10 @@ config BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
 		BR2_armeb	|| BR2_i386		|| BR2_mips	|| \
 		BR2_mipsel	|| BR2_mips64		|| BR2_mips64el	|| \
 		BR2_m68k	|| BR2_nios2		|| BR2_powerpc	|| \
-		BR2_powerpc64 	|| BR2_powerpc64le 	|| BR2_sh4	|| \
-		BR2_sh4eb	|| BR2_sh4a		|| BR2_sh4aeb	|| \
-		BR2_sparc	|| BR2_sparc64		|| BR2_x86_64
+		BR2_powerpc64 	|| BR2_powerpc64le 	|| BR2_RISCV_64	|| \
+		BR2_sh4		|| BR2_sh4eb		|| BR2_sh4a	|| \
+		BR2_sh4aeb	|| BR2_sparc		|| BR2_sparc64	|| \
+		BR2_x86_64
 
 config BR2_PACKAGE_LIBGPG_ERROR
 	bool "libgpg-error"
@@ -39,6 +40,8 @@ config BR2_PACKAGE_LIBGPG_ERROR_SYSCFG
 		if BR2_powerpc
 	default "powerpc64-unknown-linux-gnu" \
 		if BR2_powerpc64 || BR2_powerpc64le
+	default "riscv64-unknown-linux-gnu" \
+		if BR2_RISCV_64
 	default "sh4-unknown-linux-gnu" \
 		if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
 	default "sparc-unknown-linux-gnu" \
-- 
2.19.1

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

end of thread, other threads:[~2018-11-01 13:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30 11:40 [Buildroot] [PATCH 1/6] libgpg-error: enable riscv64 support Baruch Siach
2018-10-30 11:40 ` [Buildroot] [PATCH 2/6] libgpg-error: bump to version 1.32 Baruch Siach
2018-10-30 11:40 ` [Buildroot] [PATCH 3/6] libgpgme: bump to version 1.12.0 Baruch Siach
2018-10-30 11:40 ` [Buildroot] [PATCH 4/6] libnpth: bump to version 1.6 Baruch Siach
2018-10-30 11:40 ` [Buildroot] [PATCH 5/6] libgcrypt: bump to version 1.8.4 Baruch Siach
2018-10-30 11:40 ` [Buildroot] [PATCH 6/6] gnupg2: bump to version 2.2.10 Baruch Siach
2018-11-01 13:19 ` [Buildroot] [PATCH 1/6] libgpg-error: enable riscv64 support Thomas Petazzoni

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