Permalink
Showing
with
13 additions
and 1 deletion.
| @@ -0,0 +1,11 @@ | ||
| --- configure.py.orig | ||
| +++ configure.py | ||
| @@ -707,7 +707,7 @@ | ||
|
|
||
| g = optparse.OptionGroup(p, title="MacOS X Configuration") | ||
| g.add_option("--arch", action="append", default=[], dest="arch", | ||
| - choices=["i386", "x86_64", "ppc"], | ||
| + choices=["i386", "x86_64", "ppc", "ppc64"], | ||
| help="build for architecture ARCH") | ||
| g.add_option("--deployment-target", action="store", default='', | ||
| metavar="VERSION", dest="deployment_target", |