Lines 2175-2181
Link Here
|
2175 |
# |
2175 |
# |
2176 |
# whole file: USE_GCC checks |
2176 |
# whole file: USE_GCC checks |
2177 |
# |
2177 |
# |
2178 |
if ($whole =~ /^USE_GCC[?:]?=\s*(.*)$/m) { |
2178 |
if ($whole =~ /^USE_GCC[?:]?=\s*([^\s#]*).*$/m) { |
2179 |
my $lineno = &linenumber($`); |
2179 |
my $lineno = &linenumber($`); |
2180 |
my $gcc_val = $1; |
2180 |
my $gcc_val = $1; |
2181 |
if ($gcc_val eq 'any' || $gcc_val eq 'yes') { |
2181 |
if ($gcc_val eq 'any' || $gcc_val eq 'yes') { |