--- trunk/mkinitrd-magellan/klibc/klcc/klcc.in 2011/05/27 14:42:36 1296 +++ trunk/mkinitrd-magellan/klibc/klcc/klcc.in 2011/05/27 15:12:11 1297 @@ -159,6 +159,9 @@ # gcc options, that force preprocessing mode push(@ccopt, $a); $operation = 'E'; + } elsif ( $a eq '--param' ) { + push(@ccopt, $a); + push(@ccopt, shift(@ARGV)); } elsif ( $a =~ /^-[gp]/ || $a eq '-p' ) { # Debugging options to gcc push(@ccopt, $a);