genode/repos/base/mk/spec-fpu_vfpv3.mk
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

16 lines
251 B
Makefile

#
# \brief Enable VFPV3-FPU on ARM
# \author Sebastian Sumpf
# \date 2013-06-16
#
#
# Enable floating point support in compiler
#
CC_MARCH += -mfpu=vfpv3 -mfloat-abi=softfp
#
# Include floating-point unit code
#
REP_INC_DIR += include/arm/vfp