This isn't entirely necessary if you do everything right from the

start, but can save you some trouble.  Just ignore "shared" if it
comes up among the given options, at least for now...
This commit is contained in:
Richard Levitte 2000-07-24 20:34:29 +00:00
parent f944e7845c
commit 8886f118db

View file

@ -883,6 +883,7 @@ sub read_options
elsif (/^profile$/) { $profile=1; }
elsif (/^shlib$/) { $shlib=1; }
elsif (/^dll$/) { $shlib=1; }
elsif (/^shared$/) { } # We just need to ignore it for now...
elsif (/^([^=]*)=(.*)$/){ $VARS{$1}=$2; }
elsif (/^-[lL].*$/) { $l_flags.="$_ "; }
elsif ((!/^-help/) && (!/^-h/) && (!/^-\?/) && /^-.*$/)