This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] Fix bug in unsupported target list in config.gcc


>> + | i[34567]86-sequent-sysv[!4]*              \
>
>Is this portable?  Why not just [123] ?

It works in bash, dash, and ksh, including bash --posix.  I didn't know 
for a fact that sysv1, sysv2, and sysv3 were the only other varieties, 
and the catchall clause it's avoiding ends in -sysv*.

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]