mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
ca971bbfd8
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
16 lines
251 B
Makefile
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
|