@@ -17,7 +17,6 @@ add_entrypoint_object(
17
17
HDRS
18
18
fesetround.h
19
19
DEPENDS
20
- libc.hdr.fenv_macros
21
20
libc.src.__support.FPUtil.fenv_impl
22
21
COMPILE_OPTIONS
23
22
-O2
@@ -30,7 +29,6 @@ add_entrypoint_object(
30
29
HDRS
31
30
feclearexcept.h
32
31
DEPENDS
33
- libc.hdr.fenv_macros
34
32
libc.src.__support.FPUtil.fenv_impl
35
33
COMPILE_OPTIONS
36
34
-O2
@@ -43,7 +41,6 @@ add_entrypoint_object(
43
41
HDRS
44
42
feraiseexcept.h
45
43
DEPENDS
46
- libc.hdr.fenv_macros
47
44
libc.src.__support.FPUtil.fenv_impl
48
45
COMPILE_OPTIONS
49
46
-O2
@@ -56,7 +53,6 @@ add_entrypoint_object(
56
53
HDRS
57
54
fetestexcept.h
58
55
DEPENDS
59
- libc.hdr.fenv_macros
60
56
libc.src.__support.FPUtil.fenv_impl
61
57
COMPILE_OPTIONS
62
58
-O2
@@ -69,7 +65,6 @@ add_entrypoint_object(
69
65
HDRS
70
66
fegetenv.h
71
67
DEPENDS
72
- libc.hdr.fenv_macros
73
68
libc.hdr.types.fenv_t
74
69
libc.src.__support.FPUtil.fenv_impl
75
70
COMPILE_OPTIONS
@@ -83,7 +78,6 @@ add_entrypoint_object(
83
78
HDRS
84
79
fesetenv.h
85
80
DEPENDS
86
- libc.hdr.fenv_macros
87
81
libc.hdr.types.fenv_t
88
82
libc.src.__support.FPUtil.fenv_impl
89
83
COMPILE_OPTIONS
@@ -111,7 +105,6 @@ add_entrypoint_object(
111
105
HDRS
112
106
fesetexcept.h
113
107
DEPENDS
114
- libc.hdr.fenv_macros
115
108
libc.src.__support.FPUtil.fenv_impl
116
109
COMPILE_OPTIONS
117
110
-O2
@@ -166,7 +159,6 @@ add_entrypoint_object(
166
159
HDRS
167
160
feenableexcept.h
168
161
DEPENDS
169
- libc.hdr.fenv_macros
170
162
libc.src.__support.FPUtil.fenv_impl
171
163
COMPILE_OPTIONS
172
164
-O2
@@ -179,7 +171,6 @@ add_entrypoint_object(
179
171
HDRS
180
172
fedisableexcept.h
181
173
DEPENDS
182
- libc.hdr.fenv_macros
183
174
libc.src.__support.FPUtil.fenv_impl
184
175
COMPILE_OPTIONS
185
176
-O2
@@ -192,7 +183,6 @@ add_entrypoint_object(
192
183
HDRS
193
184
fegetexcept.h
194
185
DEPENDS
195
- libc.hdr.fenv_macros
196
186
libc.src.__support.FPUtil.fenv_impl
197
187
COMPILE_OPTIONS
198
188
-O2
0 commit comments