commit | a2b324035c74635d0ca223902d6bb8acf432396c | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed May 10 13:28:38 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu May 11 12:47:23 2017 -0400 |
tree | abc50355d05713ef37ae66055713874e337757d6 | |
parent | 99c89e17e3ec13b4576a023343f5555ab4776a42 [diff] |
xtensa: move byte-order macros out of arch.h These are macros that are expected to be defined at all times by the compiler. We need them at the very beginning of kernel.h for the k_thread definition, before it's possible to include arch.h. Make a special toolchain header for XCC compiler and place these defines in there. Otherwise inherit all the other GCC defines. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>