* [Buildroot] [PATCH v2] package/cmake: add support for xtensa
@ 2015-03-17 19:47 Max Filippov
2015-03-17 22:00 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2015-03-17 19:47 UTC (permalink / raw)
To: buildroot
Backported from: ded79a976e2b63bbfd7a63f27ec00bd071410e27
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
Changes v1->v2:
- fix path to ABI.h.in in the backported patch
...IML-Teach-ABI.h-about-Xtensa-architecture.patch | 30 ++++++++++++++++++++++
package/cmake/Config.in | 2 +-
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 package/cmake/0002-KWIML-Teach-ABI.h-about-Xtensa-architecture.patch
diff --git a/package/cmake/0002-KWIML-Teach-ABI.h-about-Xtensa-architecture.patch b/package/cmake/0002-KWIML-Teach-ABI.h-about-Xtensa-architecture.patch
new file mode 100644
index 0000000..7d8eec6
--- /dev/null
+++ b/package/cmake/0002-KWIML-Teach-ABI.h-about-Xtensa-architecture.patch
@@ -0,0 +1,30 @@
+From ded79a976e2b63bbfd7a63f27ec00bd071410e27 Mon Sep 17 00:00:00 2001
+From: Max Filippov <jcmvbkbc@gmail.com>
+Date: Tue, 17 Mar 2015 15:51:04 +0300
+Subject: [PATCH] KWIML: Teach ABI.h about Xtensa architecture
+
+Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
+---
+ Utilities/KWIML/ABI.h.in | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/Utilities/KWIML/ABI.h.in b/Utilities/KWIML/ABI.h.in
+index 21c9139..6300ada 100644
+--- a/Utilities/KWIML/ABI.h.in
++++ b/Utilities/KWIML/ABI.h.in
+@@ -432,6 +432,12 @@ suppression macro @KWIML at _ABI_NO_VERIFY was defined.
+ # define @KWIML at _ABI_ENDIAN_ID @KWIML at _ABI_ENDIAN_ID_BIG
+ # endif
+
++/* Xtensa */
++#elif defined(__XTENSA_EB__)
++# define @KWIML at _ABI_ENDIAN_ID @KWIML at _ABI_ENDIAN_ID_BIG
++#elif defined(__XTENSA_EL__)
++# define @KWIML at _ABI_ENDIAN_ID @KWIML at _ABI_ENDIAN_ID_LITTLE
++
+ /* Unknown CPU */
+ #elif !defined(@KWIML at _ABI_NO_ERROR_ENDIAN)
+ # error "Byte order of target CPU unknown."
+--
+1.8.1.4
+
diff --git a/package/cmake/Config.in b/package/cmake/Config.in
index dbc7d01..f3f0f85 100644
--- a/package/cmake/Config.in
+++ b/package/cmake/Config.in
@@ -5,7 +5,7 @@ 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_i386 || BR2_x86_64 || BR2_xtensa
config BR2_PACKAGE_CMAKE
bool
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] package/cmake: add support for xtensa
2015-03-17 19:47 [Buildroot] [PATCH v2] package/cmake: add support for xtensa Max Filippov
@ 2015-03-17 22:00 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-03-17 22:00 UTC (permalink / raw)
To: buildroot
Dear Max Filippov,
On Tue, 17 Mar 2015 22:47:46 +0300, Max Filippov wrote:
> Backported from: ded79a976e2b63bbfd7a63f27ec00bd071410e27
> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-17 22:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 19:47 [Buildroot] [PATCH v2] package/cmake: add support for xtensa Max Filippov
2015-03-17 22:00 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox