Loading Configure +12 −10 Original line number Diff line number Diff line Loading @@ -1102,9 +1102,10 @@ if (!$no_asm) { } } # Is the compiler gcc or clang? $ecc is used below to see if error-checking # can be turned on. my $ecc = $target{cc}; if ($^O ne "VMS") { # Is the compiler gcc or clang? $ecc is used below to see if # error-checking can be turned on. my $ccpcc = "$config{cross_compile_prefix}$target{cc}"; $config{makedepprog} = 'makedepend'; open(PIPE, "$ccpcc --version 2>&1 | head -2 |"); Loading @@ -1114,6 +1115,7 @@ while ( <PIPE> ) { $ecc = "gcc" if /gcc/; } close(PIPE); } $config{depflags} =~ s/^\s*//; Loading Loading
Configure +12 −10 Original line number Diff line number Diff line Loading @@ -1102,9 +1102,10 @@ if (!$no_asm) { } } # Is the compiler gcc or clang? $ecc is used below to see if error-checking # can be turned on. my $ecc = $target{cc}; if ($^O ne "VMS") { # Is the compiler gcc or clang? $ecc is used below to see if # error-checking can be turned on. my $ccpcc = "$config{cross_compile_prefix}$target{cc}"; $config{makedepprog} = 'makedepend'; open(PIPE, "$ccpcc --version 2>&1 | head -2 |"); Loading @@ -1114,6 +1115,7 @@ while ( <PIPE> ) { $ecc = "gcc" if /gcc/; } close(PIPE); } $config{depflags} =~ s/^\s*//; Loading