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:
Szilard Ledan 2016-02-24 16:27:27 +01:00
parent 76b37f34d0
commit 3543d0c184

View File

@ -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)