You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
427 B
19 lines
427 B
cc_binary { |
|
name: "newfs_msdos", |
|
cflags: [ |
|
"-Wall", |
|
"-Werror", |
|
"-Wno-unused-function", |
|
"-Wno-unused-parameter", |
|
"-Wno-unused-variable", |
|
"-D_FILE_OFFSET_BITS=64", |
|
"-D_GNU_SOURCE", |
|
"-DSIGINFO=SIGUSR2", |
|
"-Dnitems(x)=(sizeof((x))/sizeof((x)[0]))", |
|
], |
|
srcs: [ |
|
"mkfs_msdos.c", |
|
"newfs_msdos.c", |
|
], |
|
host_supported: true, |
|
}
|
|
|