All generic utilities compilable on Fuchsia now.

This commit is contained in:
Lei Zhang 2016-12-14 11:37:58 -05:00
parent c36917b35f
commit e57f987190

View file

@ -39,10 +39,10 @@ unix = [
# Feature "fuchsia" contains the exclusive list of utilities # Feature "fuchsia" contains the exclusive list of utilities
# that can be compiled and run on Fuchsia. Should be built # that can be compiled and run on Fuchsia. Should be built
# with --no-default-features when selecting this feature. # with --no-default-features when selecting this feature.
# TODO: merge with "generic"/"unix" to avoid duplication # TODO: merge with "unix" to avoid duplication once we support
# once we support all utilities in that feature. # all utilities in that feature.
fuchsia = [ fuchsia = [
# From unix # unix utilities
"arch", "arch",
"chgrp", "chgrp",
"chmod", "chmod",
@ -62,68 +62,8 @@ fuchsia = [
"uname", "uname",
"unlink", "unlink",
# From generic # All generic utilities
"base32", "generic"
"base64",
"basename",
"cat",
"cksum",
"comm",
"cp",
"cut",
"dircolors",
"dirname",
"echo",
"env",
"expand",
"expr",
"factor",
"false",
"fmt",
"fold",
"hashsum",
"head",
"link",
"ln",
"ls",
"mkdir",
"mktemp",
"more",
"mv",
"nl",
"nproc",
"od",
"paste",
"printenv",
"printf",
"ptx",
"pwd",
"readlink",
"realpath",
"relpath",
"rm",
"rmdir",
"seq",
"shred",
"shuf",
"sleep",
"sort",
"split",
"sum",
"sync",
"tac",
"tail",
"tee",
"test",
"tr",
"true",
"truncate",
"tsort",
"unexpand",
"uniq",
"wc",
"whoami",
"yes",
] ]
generic = [ generic = [
"base32", "base32",