If they have the path on them, these matches don't work. It's obviously
been see before for *CC-*-irix, but we need this for all of them.
*CC-*-irix*) # cfront-based or cfront-compatible
GCXXOPTS='+a1 +w +p'
;;
- xlC-*-aix*)
+ *xlC-*-aix*)
GCXXOPTS='-qlanglvl=compat -I/usr/lpp/xlC/include -I/usr/include'
;;
- CC-*-sco3.2v5.*) # cfront-based or cfront-compatible
+ *CC-*-sco3.2v5.*) # cfront-based or cfront-compatible
GCXXOPTS='+a1 +p'
;;
- CC-*-sysv5*) # CC here needs this, cc doesn't
+ *CC-*-sysv5*) # CC here needs this, cc doesn't
GCXXOPTS='-Wf,--variadic_macro'
;;
*)