Fix the endianness of EPS8266 system

Also fix the order of js sources by evaluate the main.js for the last time.

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik
2018-01-19 12:22:01 +01:00
committed by yichoi
parent 680bafdc8c
commit 52a14fa08f
2 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -34,7 +34,8 @@
defined (i486) || defined (__i486) || defined (__i486__) || \
defined (intel) || defined (x86) || defined (i86pc) || \
defined (__alpha) || defined (__osf__) || \
defined (__x86_64__) || defined (__arm__) || defined (__aarch64__))
defined (__x86_64__) || defined (__arm__) || defined (__aarch64__) || \
defined (__xtensa__))
#define __LITTLE_ENDIAN
#endif