projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf4e98
)
package/cmake: add support for IBM s390x and Z arch
author
Alexander Egorenkov
<egorenar@linux.ibm.com>
Thu, 17 Sep 2020 04:07:57 +0000
(06:07 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Thu, 24 Sep 2020 20:56:23 +0000
(22:56 +0200)
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/cmake/Config.in
patch
|
blob
|
history
diff --git
a/package/cmake/Config.in
b/package/cmake/Config.in
index e7bd14e69a8877f0d5fc526304040f35758e7cd9..3c47fdcb497db5f0c5a214d9d89e607475c443b8 100644
(file)
--- a/
package/cmake/Config.in
+++ b/
package/cmake/Config.in
@@
-5,7
+5,8
@@
config BR2_PACKAGE_CMAKE_ARCH_SUPPORTS
BR2_m68k || BR2_mips || BR2_mips64 || \
BR2_mipsel || BR2_mips64el || BR2_powerpc || \
BR2_powerpc64 || BR2_powerpc64le || BR2_sparc || \
- BR2_i386 || BR2_x86_64 || BR2_xtensa
+ BR2_i386 || BR2_x86_64 || BR2_xtensa || \
+ BR2_s390x
config BR2_PACKAGE_CMAKE
bool