mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Ugh, the upgrade of zion brought in GCC 3.3.2, our arch nemesis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15269 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d26ffb679
commit
892cdb3b3a
@ -32,6 +32,7 @@
|
|||||||
# on busy servers.
|
# on busy servers.
|
||||||
# -gnuplotscript Next argument specifies gnuplot script to use
|
# -gnuplotscript Next argument specifies gnuplot script to use
|
||||||
# -templatefile Next argument specifies template file to use
|
# -templatefile Next argument specifies template file to use
|
||||||
|
# -gccpath Path to gcc/g++ used to build LLVM
|
||||||
#
|
#
|
||||||
# CVSROOT is the CVS repository from which the tree will be checked out,
|
# CVSROOT is the CVS repository from which the tree will be checked out,
|
||||||
# specified either in the full :method:user@host:/dir syntax, or
|
# specified either in the full :method:user@host:/dir syntax, or
|
||||||
@ -269,6 +270,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
|||||||
if (/^-nice$/) { $NICE = "nice "; next; }
|
if (/^-nice$/) { $NICE = "nice "; next; }
|
||||||
if (/^-gnuplotscript$/) { $PlotScriptFilename = $ARGV[0]; shift; next; }
|
if (/^-gnuplotscript$/) { $PlotScriptFilename = $ARGV[0]; shift; next; }
|
||||||
if (/^-templatefile$/) { $Template = $ARGV[0]; shift; next; }
|
if (/^-templatefile$/) { $Template = $ARGV[0]; shift; next; }
|
||||||
|
if (/^-gccpath/) { $CONFIGUREARGS=" CC=$ARGV[0]/gcc CXX=$ARGV[0]/g++"; shift; next; }
|
||||||
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }
|
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }
|
||||||
|
|
||||||
print "Unknown option: $_ : ignoring!\n";
|
print "Unknown option: $_ : ignoring!\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user