mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Removed some unneccesary print statemnts
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29362 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96970e9a5c
commit
d4623e974c
@ -1043,7 +1043,6 @@ if($GCCPATH ne ""){
|
||||
}
|
||||
else{
|
||||
$gcc_version_long = `gcc --version`;
|
||||
print "gcc --version\n";
|
||||
}
|
||||
@GCC_VERSION = split '\n', $gcc_version_long;
|
||||
my $gcc_version = $GCC_VERSION[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user