Skip to content

Commit 3848a76

Browse files
lyakhmarc-hb
authored andcommitted
xtensa: switch to little endianness
Current gcc options only support the little endian mode on Xtensa, switch over to it. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent ce1a672 commit 3848a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎target-xtensa.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static void predefine_xtensa(const struct target *self)
2222
const struct target target_xtensa = {
2323
.mach = MACH_XTENSA,
2424
.bitness = ARCH_LP32,
25-
.big_endian = true,
25+
.big_endian = false,
2626

2727
.bits_in_longdouble = 64,
2828

0 commit comments

Comments
 (0)