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
- Re: CVS libtool incompatability with IRIX compiler Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compiler Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compiler Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compiler Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compiler Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compiler Michael Matz
- Re: CVS libtool incompatability with IRIX compiler Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compiler Gary V. Vaughan
- Re: CVS libtool incompatability with IRIX compile... Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compiler Michael Matz
- Re: CVS libtool incompatability with IRIX compiler Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compiler Gary V. Vaughan
- Re: CVS libtool incompatability with IRIX compile... Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compiler Bob Friesenhahn
- Re: CVS libtool incompatability with IRIX compile... Gary V. Vaughan