mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
I made a stupid mistake when adding support for -use-gmake. ~PJ
llvm-svn: 29321
This commit is contained in:
parent
c839718eec
commit
68d735bbca
@ -166,7 +166,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
||||
$MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next;
|
||||
}
|
||||
if (/^-use-gmake/) {
|
||||
$MAKECMD = "ARGV[0]"; shift; next;
|
||||
$MAKECMD = "gmake"; shift; next;
|
||||
}
|
||||
if (/^-extraflags/) {
|
||||
$PROGTESTOPTS .= " EXTRA_FLAGS=\'$ARGV[0]\'"; shift; next;
|
||||
|
Loading…
Reference in New Issue
Block a user