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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user