[cfe-commits] [PATCH] Extend support of '-Bprefix' functionality

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Oct 30 14:13:37 PDT 2012


> This is an old gcc feature. Here is the description:
> http://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html

Interesting. In my system it looks like

gcc -B /a/path/and/a/prefix- ...

works, but gcc -Bprefix- does not. In any case. The patch looks good. Thanks.

>
> --
> Simon

Cheers,
Rafael



More information about the cfe-commits mailing list