forked from OSchip/llvm-project
parent
82ab3e21b1
commit
6d1f93d500
|
@ -334,7 +334,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
||||||
$MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next;
|
$MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next;
|
||||||
}
|
}
|
||||||
if (/^-extraflags/) {
|
if (/^-extraflags/) {
|
||||||
$PROGTESTOPTS .= " EXTRA_OPTIONS=\'$ARGV[0]\'"; shift; next;
|
$CONFIGUREARGS .= " --with-extra-options=\'$ARGV[0]\'"; shift; next;
|
||||||
}
|
}
|
||||||
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }
|
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }
|
||||||
if (/^-nodejagnu$/) { $NODEJAGNU = 1; next; }
|
if (/^-nodejagnu$/) { $NODEJAGNU = 1; next; }
|
||||||
|
|
Loading…
Reference in New Issue