search for: fmwwqdodui

Displaying 1 result from an estimated 1 matches for "fmwwqdodui".

2005 Mar 02
2
[PATCH] klcc compatibility with gcc
...ile =~ /\.i$/ ); return "c++-cpp-output" if ( $file =~ /\.ii$/ ); @@ -109,7 +110,7 @@ } elsif ( $a =~ /^-Wl,(.*)$/ ) { # -Wl used to pass options to the linker push(@ldopt, split(/,/, $1)); - } elsif ( $a =~ /^-([fmwWQdO]|std=|ansi|pedantic)/ ) { + } elsif ( $a =~ /^-([fmwWQdODUI]|std=|ansi|pedantic)/ ) { # Options to gcc push(@ccopt, $a); } elsif ( $a =~ /^-[gp]/ ) { @@ -124,6 +125,7 @@ push(@ccopt, $a); $save_temps = 1; } elsif ( $a =~ '^-([cSE])$' ) { + push(@ccopt, $a); $operation = $1; } elsif ( $a eq '-shared' ) { $shared = 1...