[cfe-commits] [patch] Remove most of the --with-cxx-* logic

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jan 31 09:34:58 PST 2012


I noticed a small regression when using --with-cxx-include-dir (/32
was not being added to the lib search dir). The good news is that the
new logic for detecting gcc installations progressed so much that we
should be able to remove most of the special cases.

The attached patches replace the existing options with a single
--with-cxx-install-dir and the only thing the new option does is point
the existing detection logic to the directory it is given.

Are the patches OK?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.patch
Type: application/octet-stream
Size: 11613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120131/5e29969e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.patch
Type: application/octet-stream
Size: 5763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120131/5e29969e/attachment-0001.obj>


More information about the cfe-commits mailing list