mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Rename EXTRA_FLAGS to EXTRA_OPTIONS.
llvm-svn: 28872
This commit is contained in:
parent
52d9bcd47f
commit
b001b267de
@ -334,7 +334,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
||||
$MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next;
|
||||
}
|
||||
if (/^-extraflags/) {
|
||||
$PROGTESTOPTS .= " EXTRA_FLAGS=\'$ARGV[0]\'"; shift; next;
|
||||
$PROGTESTOPTS .= " EXTRA_OPTIONS=\'$ARGV[0]\'"; shift; next;
|
||||
}
|
||||
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }
|
||||
if (/^-nodejagnu$/) { $NODEJAGNU = 1; next; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user