mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 20:26:07 +00:00
Remove references to LLVMGCCDIR because it was only used to provide a
value for the --with-llvmgccdir configure option which is no longer supported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -45,8 +45,6 @@
|
|||||||
# WEBDIR is the directory into which the test results web page will be written,
|
# WEBDIR is the directory into which the test results web page will be written,
|
||||||
# AND in which the "index.html" is assumed to be a symlink to the most recent
|
# AND in which the "index.html" is assumed to be a symlink to the most recent
|
||||||
# copy of the results. This directory will be created if it does not exist.
|
# copy of the results. This directory will be created if it does not exist.
|
||||||
# LLVMGCCDIR is the directory in which the LLVM GCC Front End is installed
|
|
||||||
# to. This is the same as you would have for a normal LLVM build.
|
|
||||||
#
|
#
|
||||||
use POSIX qw(strftime);
|
use POSIX qw(strftime);
|
||||||
use File::Copy;
|
use File::Copy;
|
||||||
@@ -282,9 +280,6 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
|||||||
print "Unknown option: $_ : ignoring!\n";
|
print "Unknown option: $_ : ignoring!\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($ENV{'LLVMGCCDIR'}) {
|
|
||||||
$CONFIGUREARGS .= " --with-llvmgccdir=" . $ENV{'LLVMGCCDIR'};
|
|
||||||
}
|
|
||||||
if ($CONFIGUREARGS !~ /--disable-jit/) {
|
if ($CONFIGUREARGS !~ /--disable-jit/) {
|
||||||
$CONFIGUREARGS .= " --enable-jit";
|
$CONFIGUREARGS .= " --enable-jit";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user