Fix -extraflags

llvm-svn: 28937
This commit is contained in:
Evan Cheng 2006-06-27 20:30:28 +00:00
parent 82ab3e21b1
commit 6d1f93d500
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
$MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next;
}
if (/^-extraflags/) {
$PROGTESTOPTS .= " EXTRA_OPTIONS=\'$ARGV[0]\'"; shift; next;
$CONFIGUREARGS .= " --with-extra-options=\'$ARGV[0]\'"; shift; next;
}
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }
if (/^-nodejagnu$/) { $NODEJAGNU = 1; next; }