mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix the ARM linux native build for RPi2
JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan szledan.u-szeged@partner.samsung.com
This commit is contained in:
parent
76b37f34d0
commit
3543d0c184
@ -23,4 +23,4 @@ find_program(CMAKE_STRIP NAMES arm-linux-gnueabihf-strip strip)
|
||||
#
|
||||
# If this is changed, setjmp / longjmp for ARMv7 should be updated accordingly
|
||||
#
|
||||
set(FLAGS_COMMON_ARCH -mlittle-endian -mthumb -mfpu=vfpv3-d16)
|
||||
set(FLAGS_COMMON_ARCH -mthumb -mfpu=vfp -march=armv7)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user