Skip to content

Commit 3543d0c

Browse files
committed
Fix the ARM linux native build for RPi2
JerryScript-DCO-1.0-Signed-off-by: Szilard Ledan [email protected]
1 parent 76b37f3 commit 3543d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/configs/toolchain_linux_armv7l-hf.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ find_program(CMAKE_STRIP NAMES arm-linux-gnueabihf-strip strip)
2323
#
2424
# If this is changed, setjmp / longjmp for ARMv7 should be updated accordingly
2525
#
26-
set(FLAGS_COMMON_ARCH -mlittle-endian -mthumb -mfpu=vfpv3-d16)
26+
set(FLAGS_COMMON_ARCH -mthumb -mfpu=vfp -march=armv7)

0 commit comments

Comments
 (0)