Robert Sipka
|
977bfa5d2c
|
Remove g++ support from the [C]Make files.
Move all '.cpp' files to '.c'.
Rename comments from 'cpp' to 'c'.
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
|
2016-02-15 12:49:12 +01:00 |
|
SaeHie Park
|
d11a9e1c0d
|
Change processor name from x86 to i686 for 32bit host
* to make it same as 'uname -p' result
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
|
2015-11-24 18:48:23 +09:00 |
|
Evgeny Gavrin
|
444bd32d50
|
Add support of cross-compilation for linux-based targets.
Usage:
- Cross compile:
make debug.linux TOOLCHAIN=./build/configs/toolchain_linux_armv7l-el.cmake
- Build unittests
make unittests TOOLCHAIN=./build/configs/toolchain_linux_armv7l-el.cmake
- Run unittests on target board
./tools/runners/run-unittests-remote.sh <ip> <login> <pass>
- Run JavaScript test on target board
./tools/runners/run-tests-remote.sh debug.linux <ip> <login> <pass>
JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin e.gavrin@samsung.com
|
2015-06-30 15:03:36 +03:00 |
|
Ruben Ayrapetyan
|
cf1960dbbd
|
Support for 32-bit Linux in Jerry's libc.
|
2015-03-26 15:53:28 +03:00 |
|