Lines Matching +full:missing +full:- +full:braces
21 "-pipe",
22 "-std=c99",
23 "-D_POSIX_C_SOURCE=200809L",
24 "-Wall",
25 "-Wno-unused",
26 "-Wno-unused-function",
27 "-Wno-missing-braces",
28 "-Wno-overflow",
29 "-Wno-unknown-pragmas",
30 "-Wno-unsupported-floating-point-opt",
31 "-fno-builtin",
32 "-frounding-math",
33 "-Werror=implicit-function-declaration",
34 "-Werror=implicit-int",
35 "-Werror=pointer-sign",
36 "-Werror=pointer-arith",
37 "-g",
38 "-D_FILE_OFFSET_BITS=64",
50 part_name = "libc-test"
57 "-pipe",
58 "-std=c99",
59 "-D_POSIX_C_SOURCE=200809L",
60 "-Wall",
61 "-Wno-unused",
62 "-Wno-unused-function",
63 "-Wno-missing-braces",
64 "-Wno-overflow",
65 "-Wno-unknown-pragmas",
66 "-Wno-unsupported-floating-point-opt",
67 "-fno-builtin",
68 "-frounding-math",
69 "-Werror=implicit-function-declaration",
70 "-Werror=implicit-int",
71 "-Werror=pointer-sign",
72 "-Werror=pointer-arith",
73 "-Wno-error=unused-function",
74 "-g",
75 "-D_FILE_OFFSET_BITS=64",
78 ldflags = [ "-nostdlib" ]
87 "-pipe",
88 "-std=c99",
89 "-ffreestanding",
90 "-nostdinc",
91 "-D_POSIX_C_SOURCE=200809L",
92 "-Wall",
93 "-Wno-unused",
94 "-Wno-unused-function",
95 "-Wno-missing-braces",
96 "-Wno-overflow",
97 "-Wno-unknown-pragmas",
98 "-Wno-unsupported-floating-point-opt",
99 "-Wno-parentheses",
100 "-fno-builtin",
101 "-frounding-math",
102 "-Werror=implicit-function-declaration",
103 "-Werror=implicit-int",
104 "-Werror=pointer-sign",
105 "-Werror=pointer-arith",
106 "-Wno-error=unused-function",
107 "-g",
108 "-D_FILE_OFFSET_BITS=64",
109 "-Wno-constant-conversion",
112 ldflags = [ "-nostdlib" ]