On Aug 25, 2000, Michael Matz <[EMAIL PROTECTED]> wrote:

> Hi,
> On Fri, 25 Aug 2000, Gary V. Vaughan wrote:
>> 
>> A pragmatic approach might be:
>> 
>> case $arg in
>> .
>> -LANG:*) continue ;;
>> -L*)

> Yep, although I've done the ANG: case in -L conditionalized on $host
> beeing *-*-irix. Note also, that SGI's CC also recognizes -LIST: and
> -LNO:. They must have been crazy.

How about:

-L[A-Z][A-Z]*:*) continue ;;

This wouldn't match DOS drive names, which is the only reasonably
situation in which a colon would appear after -L.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to