Lines Matching +full:- +full:d_gnu_source
2 // Use of this source code is governed by a BSD-style license that can be
11 "-Wall",
12 "-Werror",
13 "-Wno-address-of-packed-member",
14 "-Wno-ignored-qualifiers",
15 "-Wno-macro-redefined",
16 "-Wno-pointer-arith",
17 "-Wno-sign-compare",
18 "-Wno-typedef-redefinition",
19 "-Wno-unused-parameter",
28 // These are required to access large disks and files on 32-bit systems.
29 "-D_GNU_SOURCE",
30 "-D_FILE_OFFSET_BITS=64",
52 "firmware/lib/region-init.c",
66 "firmware/lib/region-fw.c",
78 "firmware/lib/region-kernel.c",
118 "-DHAVE_MACOS",
119 "-DO_LARGEFILE=0",
150 …cmd: "grep -hoRE '^DECLARE_FUTIL_COMMAND\\([^,]+' $(locations :futility_srcs) | sed 's/DECLARE_FUT…
158 " && echo '0}; /* null-terminated */' >> $(out)" +
168 name: "futility-host",
175 // These are required to access large disks and files on 32-bit systems.
176 "-D_GNU_SOURCE",
177 "-D_FILE_OFFSET_BITS=64",
185 cflags: ["-DHAVE_MACOS"],