Changes between Version 1 and Version 2 of Ticket #54773, comment 11


Ignore:
Timestamp:
Sep 10, 2017, 11:33:15 PM (7 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54773, comment 11

    v1 v2  
    22
    33Except that I hadn't really registered that `as` doesn't yet take a `--clang` argument. I'll take a raincheck on this aspect, until there is such an option. In the meantime we'll have to make do with a pre-fetch bail-out if ${prefix}/clang doesn't exist.
     4
     5Edit: is there a hard reason why I shouldn't simply use `/usr/bin/as -q` or even the result from `xcrun --find as` at least when no +libcxx variant is selected?  It feels a bit over the top to impose the installation of another complete compiler toolchain just to be able to use its assembler with an unrelated compiler.