diff mbox series

[v2,11/12] package/makedumpfile: add support for IBM s390x and Z arch

Message ID 20200913113254.1955447-12-egorenar@linux.ibm.com
State Superseded
Headers show
Series IBM s390x and Z architecture support | expand

Commit Message

Alexander Egorenkov Sept. 13, 2020, 11:32 a.m. UTC
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
 package/makedumpfile/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Romain Naour Sept. 15, 2020, 8:09 p.m. UTC | #1
Hi Alexander,

Le 13/09/2020 à 13:32, Alexander Egorenkov a écrit :
> Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
> ---
>  package/makedumpfile/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/makedumpfile/Config.in b/package/makedumpfile/Config.in
> index a90ccbdf3c..d1efbc6e51 100644
> --- a/package/makedumpfile/Config.in
> +++ b/package/makedumpfile/Config.in
> @@ -4,7 +4,7 @@ config BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
>  	default y if BR2_arm || BR2_armeb
>  	default y if BR2_i386 || BR2_x86_64
>  	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
> -	default y if BR2_sparc64
> +	default y if BR2_s390x || BR2_sparc64

Maybe just add a new line here:
    default y if BR2_s390x

Best regards,
Romain


>  
>  comment "makedumpfile needs a uClibc or glibc toolchain w/ wchar, dynamic library"
>  	depends on BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
>
Alexander Egorenkov Sept. 16, 2020, 5:58 a.m. UTC | #2
Romain Naour <romain.naour@gmail.com> writes:

> Maybe just add a new line here:
>     default y if BR2_s390x
>

Fixed.

Thank you
Regards
Alex
diff mbox series

Patch

diff --git a/package/makedumpfile/Config.in b/package/makedumpfile/Config.in
index a90ccbdf3c..d1efbc6e51 100644
--- a/package/makedumpfile/Config.in
+++ b/package/makedumpfile/Config.in
@@ -4,7 +4,7 @@  config BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
 	default y if BR2_arm || BR2_armeb
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
-	default y if BR2_sparc64
+	default y if BR2_s390x || BR2_sparc64
 
 comment "makedumpfile needs a uClibc or glibc toolchain w/ wchar, dynamic library"
 	depends on BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS