diff -r 1622dc05c6ca -r a4eb4fd6b0d6 main.cc --- a/main.cc Tue May 26 18:04:27 2009 +0200 +++ b/main.cc Thu May 28 14:02:35 2009 +0200 @@ -125,6 +125,9 @@ case 'I': stage1_2_options.includedir = optarg; break; + case 'T': + builddir = optarg; + break; case ':': /* -I or -T without operand */ fprintf(stderr, "Option -%c requires an operand\n", optopt); errflg++;