]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/NOTES.armv5
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / sys / arm / conf / NOTES.armv5
1 # armv5-specific changes for doing a LINT build.
2 #
3 # The contents of sys/conf/NOTES, sys/arm/conf/NOTES, and this file are
4 # concatenated (in that order) to create the LINT-V5 kernel config file.
5 #
6 # $FreeBSD$
7
8 #NO_UNIVERSE  
9
10 machine         arm arm
11 cpu             CPU_ARM9E
12
13 files   "../mv/files.mv"
14 files   "../mv/discovery/files.db78xxx"
15 files   "../mv/kirkwood/files.kirkwood"
16 files   "../mv/orion/files.db88f5xxx"
17 files   "../mv/orion/files.ts7800"
18
19 makeoptions     CONF_CFLAGS+="-march=armv5te"
20 makeoptions     LDFLAGS="-zmuldefs"
21
22 # Undo options from sys/conf/NOTES that we do not want...
23
24 nooptions       SMP             # All armv5 are single-core
25
26 # Add options for armv5 that are not in sys/conf/NOTES...
27
28 options         ARM_MANY_BOARD
29
30 options         SOC_MV_DISCOVERY
31 options         SOC_MV_KIRKWOOD
32 options         SOC_MV_ORION