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