aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/machine.h
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-08 01:07:51 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-13 17:57:04 +0200
commit03adbff28af63f8a8d15e8b45b0ae03e40afff6c (patch)
treeebfc9c286c74d43e80f1a27fa14411dab2860ada /machine.h
parent85fb62e73e82ba165fc2f1246d9096e94f268a60 (diff)
downloadsparse-dev-03adbff28af63f8a8d15e8b45b0ae03e40afff6c.tar.gz
xtensa: add minimal support
This is one of the architecture needing a specific predefine set in order to correctly process byteorder.h. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'machine.h')
-rw-r--r--machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/machine.h b/machine.h
index 1b8b862a..7396aeb4 100644
--- a/machine.h
+++ b/machine.h
@@ -38,6 +38,7 @@ enum machine {
MACH_M68K,
MACH_MICROBLAZE,
MACH_NIOS2,
+ MACH_XTENSA,
MACH_UNKNOWN
};