2013-06-19 09:31:07 +00:00
|
|
|
#
|
|
|
|
# Enable floating point support in compiler
|
|
|
|
#
|
2017-06-26 10:42:35 +00:00
|
|
|
CC_MARCH += -mfpu=vfpv3 -mfloat-abi=softfp
|
2013-06-19 09:31:07 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Include floating-point unit code
|
|
|
|
#
|
2015-09-03 12:55:05 +00:00
|
|
|
REP_INC_DIR += include/spec/arm/vfp
|