forked from Imagelibrary/rtems
TMS570: Enable FPU in makefile.
This commit is contained in:
committed by
Sebastian Huber
parent
1a6683aa57
commit
89fffa66b1
@@ -6,7 +6,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
RTEMS_CPU = arm
|
||||
|
||||
CPU_CFLAGS = -march=armv7-r -mthumb -mbig-endian
|
||||
CPU_CFLAGS = -march=armv7-r -mthumb -mbig-endian -mfpu=vfpv3-d16 -mfloat-abi=hard
|
||||
|
||||
CFLAGS_OPTIMIZE_V = -O2 -ggdb
|
||||
BINEXT?=.bin
|
||||
|
||||
Reference in New Issue
Block a user