]>
Commit | Line | Data |
---|---|---|
5ba3f43e A |
1 | ###################################################################### |
2 | #BEGIN Machine dependent Makefile fragment for arm | |
3 | ###################################################################### | |
4 | ||
5 | # Files that must go in the __HIB segment: | |
6 | HIB_FILES= | |
7 | ||
f427ee49 A |
8 | vfp_state_test.o_CFLAGS_ADD += -mno-implicit-float |
9 | ||
10 | # | |
11 | # Diagnostic opt-outs. We need to make this list empty. | |
12 | # | |
13 | # DO NOT ADD MORE HERE. | |
14 | # | |
15 | # -Wno-implicit-int-conversion | |
16 | vm_fault.o_CFLAGS_ADD += -Wno-implicit-int-conversion | |
17 | vm_map.o_CFLAGS_ADD += -Wno-implicit-int-conversion | |
18 | # -Wno-shorten-64-to-32 | |
19 | vm_fault.o_CFLAGS_ADD += -Wno-shorten-64-to-32 | |
20 | vm_map.o_CFLAGS_ADD += -Wno-shorten-64-to-32 | |
5ba3f43e A |
21 | ###################################################################### |
22 | #END Machine dependent Makefile fragment for arm | |
23 | ###################################################################### |