Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/klcc/klcc.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1296 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1297 by niro, Fri May 27 15:12:11 2011 UTC
# Line 159  while ( defined($a = shift(@ARGV)) ) { Line 159  while ( defined($a = shift(@ARGV)) ) {
159   # gcc options, that force preprocessing mode   # gcc options, that force preprocessing mode
160   push(@ccopt, $a);   push(@ccopt, $a);
161   $operation = 'E';   $operation = 'E';
162        } elsif ( $a eq '--param' ) {
163     push(@ccopt, $a);
164     push(@ccopt, shift(@ARGV));
165      } elsif ( $a =~ /^-[gp]/ || $a eq '-p' ) {      } elsif ( $a =~ /^-[gp]/ || $a eq '-p' ) {
166   # Debugging options to gcc   # Debugging options to gcc
167   push(@ccopt, $a);   push(@ccopt, $a);

Legend:
Removed from v.1296  
changed lines
  Added in v.1297