Remove undocumented alternative option names --bcj, --ppc,

and --itanium.
This commit is contained in:
Lasse Collin 2009-05-23 16:57:21 +03:00
parent b1edee2cdc
commit b4f5c81409
1 changed files with 0 additions and 3 deletions

View File

@ -81,11 +81,8 @@ parse_real(args_info *args, int argc, char **argv)
{ "lzma1", optional_argument, NULL, OPT_LZMA1 },
{ "lzma2", optional_argument, NULL, OPT_LZMA2 },
{ "x86", optional_argument, NULL, OPT_X86 },
{ "bcj", optional_argument, NULL, OPT_X86 },
{ "powerpc", optional_argument, NULL, OPT_POWERPC },
{ "ppc", optional_argument, NULL, OPT_POWERPC },
{ "ia64", optional_argument, NULL, OPT_IA64 },
{ "itanium", optional_argument, NULL, OPT_IA64 },
{ "arm", optional_argument, NULL, OPT_ARM },
{ "armthumb", optional_argument, NULL, OPT_ARMTHUMB },
{ "sparc", optional_argument, NULL, OPT_SPARC },