Skip to content

Commit 4683433

Browse files
glneoarnopo
authored andcommitted
cmake: Rename platform example cmake files
There is nothing "zynqmp" specific in these files, rename them to generic ARM names. Having only "zynqmp" files in platforms as before might give the impression only ZynqMP platforms are supported by this project. Signed-off-by: Andrew Davis <afd@ti.com>
1 parent dc65de1 commit 4683433

3 files changed

Lines changed: 0 additions & 1 deletion

File tree

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
22
set (CROSS_PREFIX "armr5-none-eabi-" CACHE STRING "")
33

4-
# Xilinx SDK version earlier than 2017.2 use mfloat-abi=soft by default to generate libxil
54
set (CMAKE_C_FLAGS "-mfloat-abi=hard -mfpu=vfpv3-d16 -mcpu=cortex-r5" CACHE STRING "")
65

76
include (cross_generic_gcc)

0 commit comments

Comments
 (0)